Files
discoverpixy/common/lowlevel/ll_system.h

6 lines
82 B
C

#include <stdint.h>
bool ll_system_init();
void ll_system_delay(uint32_t msec);