add watch_reset_to_bootloader function (resolves #81)
This commit is contained in:
@@ -80,6 +80,10 @@ bool watch_is_buzzer_or_led_enabled(void);
|
||||
*/
|
||||
bool watch_is_usb_enabled(void);
|
||||
|
||||
/** @brief Resets in the UF2 bootloader mode
|
||||
*/
|
||||
void watch_reset_to_bootloader(void);
|
||||
|
||||
/** @brief Reads up to len bytes from the USB serial.
|
||||
* @param file ignored, you can pass in 0
|
||||
* @param ptr pointer to a buffer of at least len bytes
|
||||
|
||||
Reference in New Issue
Block a user