implemented soft power button on-off

This commit is contained in:
2021-05-09 15:25:42 +02:00
parent ae1676c669
commit f19e7b79f4
8 changed files with 242 additions and 76 deletions

View File

@@ -87,8 +87,8 @@ extern "C" {
#define SERIAL_UART_INSTANCE 2 //ex: 2 for Serial2 (USART2)
// Default pin used for 'Serial' instance (ex: ST-Link)
// Mandatory for Firmata
#define PIN_SERIAL_RX PA15
#define PIN_SERIAL_TX PA2
//#define PIN_SERIAL_RX PA15
//#define PIN_SERIAL_TX PA2
#ifdef __cplusplus
} // extern "C"