Sensor Watch
0.0.0
A board replacement for the classic Casio F-91W wristwatch, powered by a Microchip SAM L22 microcontroller.
|
This section covers functions related to the debug UART, available on pin D1 of the 9-pin connector. More...
Functions | |
__attribute__ ((deprecated("Use printf to log debug messages over USB."))) void watch_enable_debug_uart(uint32_t baud) | |
Initializes the debug UART. More... | |
This section covers functions related to the debug UART, available on pin D1 of the 9-pin connector.
__attribute__ | ( | (deprecated("Use printf to log debug messages over USB.")) | ) |
Initializes the debug UART.
Outputs a string on the debug UART.
Outputs a single character on the debug UART.
baud | The baud rate |
c | The character you wish to output. |
s | A null-terminated string. |