initial cap sensing boilerplate
This commit is contained in:
11
targets/stm32l432/src/sense.h
Normal file
11
targets/stm32l432/src/sense.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef _SENSE_H_
|
||||
#define _SENSE_H_
|
||||
|
||||
extern int _run_sense_app;
|
||||
|
||||
void sense_init();
|
||||
|
||||
void sense_run();
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user