This commit is contained in:
Conor Patrick
2019-05-09 02:44:04 -04:00
parent aff8d10432
commit 60e3d01e0d
4 changed files with 28 additions and 51 deletions

View File

@ -7,9 +7,8 @@ extern int _run_sense_app;
void tsc_init();
int tsc_sensor_exists();
uint32_t tsc_read_button(uint32_t index);
// For testing
void sense_run();
#endif