CuVoodoo STM32F1 firmware template
|
global definitions and methods (code) More...
Go to the source code of this file.
Functions | |
char * | b2s (uint64_t binary, uint8_t rjust) |
get binary representation of a number More... | |
void | led_on (void) |
switch on board LED | |
void | led_off (void) |
switch off board LED | |
void | led_toggle (void) |
toggle board LED | |
void | board_setup (void) |
setup board peripherals | |
Variables | |
volatile bool | button_flag = false |
flag set when board user button has been pressed/released | |