Skip to content

Commit

Permalink
Add 1wire support to the PORT103R development target.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Nov 28, 2015
1 parent a2218ca commit b5bcb63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/target/PORT103R/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,11 @@
#define TELEMETRY
#define USE_SERVOS
#define USE_CLI

#define USE_SERIAL_1WIRE
#define USE_SERIAL_1WIRE_CLI

#define S1W_TX_GPIO GPIOA
#define S1W_TX_PIN GPIO_Pin_9
#define S1W_RX_GPIO GPIOA
#define S1W_RX_PIN GPIO_Pin_10

0 comments on commit b5bcb63

Please sign in to comment.