Add 1WIRE configuration.

This commit is contained in:
Dominic Clifton 2015-11-28 15:34:12 +00:00 committed by borisbstyle
parent 4700bb638c
commit 28c8a918db
1 changed files with 8 additions and 0 deletions

View File

@ -202,3 +202,11 @@
#define HARDWARE_BIND_PLUG
#define BINDPLUG_PORT BUTTON_B_PORT
#define BINDPLUG_PIN BUTTON_B_PIN
#define USE_SERIAL_1WIRE
#define USE_SERIAL_1WIRE_CLI
#define S1W_TX_GPIO UART1_GPIO
#define S1W_TX_PIN UART1_TX_PIN
#define S1W_RX_GPIO UART1_GPIO
#define S1W_RX_PIN UART1_RX_PIN