discoverpixy
ll_system.h
Go to the documentation of this file.
1 #include <stdbool.h>
2 #include <stdint.h>
3 
4 bool ll_system_init();
5 void ll_system_delay(uint32_t msec);
6 void ll_system_process();
bool ll_system_init()
void ll_system_process()
void ll_system_delay(uint32_t msec)
void ll_system_toggle_led()