discoverpixy
ll_system.h
Go to the documentation of this file.
1 #include <stdbool.h>
2 #include <stdint.h>
3 
4 
10 
17 
22 
23 
24 bool ll_system_init();
25 void ll_system_delay(uint32_t msec);
26 void ll_system_process();
28 
bool ll_system_init()
void ll_system_toggle_led()
void ll_system_process()
void ll_system_delay(uint32_t msec)