initial cap sensing boilerplate

This commit is contained in:
Conor Patrick
2019-05-08 22:26:57 -04:00
parent f9202b2b6a
commit 2b2835b823
7 changed files with 999 additions and 5 deletions

View File

@ -0,0 +1,11 @@
#ifndef _SENSE_H_
#define _SENSE_H_
extern int _run_sense_app;
void sense_init();
void sense_run();
#endif