implement USB console

This commit is contained in:
Joey Castillo
2021-08-28 13:35:52 -04:00
parent 39a5c822a2
commit 3e45de7dea
9 changed files with 356 additions and 2 deletions

View File

@@ -32,6 +32,11 @@
*/
void watch_enable_digital_input(const uint8_t pin);
/** @brief Disables any digital input, along with any pull-up or pull-down configuration.
* @param pin The pin that you wish to disable.
*/
void watch_disable_digital_input(const uint8_t pin);
/** @brief Enables a pull-up resistor on the selected pin.
* @param pin The pin that you wish to configure.
*/