|
Kestrel Interface
|
Go to the source code of this file.
Functions | |
| void | kest_printf_init () |
| void | kest_printf (const char *fmt,...) |
Variables | |
| int | prints_initd = 0 |
| void kest_printf | ( | const char * | fmt, |
| ... ) |
Definition at line 21 of file kest_printf.c.
Referenced by app_main(), footswitch_task(), kest_sd_mode_local(), kest_sd_mode_msc(), kest_sd_toggle_msc(), kest_sgtl5000_init(), sgtl5000_enable(), and sgtl5000_readout_registers().
| void kest_printf_init | ( | ) |
Definition at line 11 of file kest_printf.c.
Referenced by app_main(), and main_task().
| int prints_initd = 0 |
Definition at line 6 of file kest_printf.c.
Referenced by kest_printf(), and kest_printf_init().