Skip to content

Commit

Permalink
Auto-detect whether pre-defined pin name work-around is required
Browse files Browse the repository at this point in the history
  • Loading branch information
rgiese committed Aug 29, 2020
1 parent 958f4c5 commit b519bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tic.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ enum class TicPin
RXPin = 3,
RCPin = 4,

#ifdef TIC_ARDUINO_PLAIN_PIN_NAMES
#ifndef SCL
SCL = SCLPin,
SDA = SDAPin,
TX = TXPin,
Expand Down

0 comments on commit b519bee

Please sign in to comment.