Merge branch 'emulator' of github.com:t-moe/discoverpixy into emulator
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
|
||||
bool ll_system_init();
|
||||
void ll_system_delay(uint32_t msec);
|
||||
|
||||
void ll_system_process();
|
||||
void ll_system_toggle_led();
|
||||
|
||||
6
common/lowlevel/ll_touch.h
Normal file
6
common/lowlevel/ll_touch.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
bool ll_touch_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user