connect to application
This commit is contained in:
@ -1,11 +1,15 @@
|
||||
#ifndef _SENSE_H_
|
||||
#define _SENSE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern int _run_sense_app;
|
||||
|
||||
void sense_init();
|
||||
void tsc_init();
|
||||
|
||||
uint32_t tsc_read_button(uint32_t index);
|
||||
|
||||
// For testing
|
||||
void sense_run();
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user