Skip to content

Fix BananaPi-BIT and T-Beam pin definitions #2343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 22, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix BananaPi-BIT DAC definition
  • Loading branch information
OttoWinter authored Jan 17, 2019
commit 02ffe2ae4c2a4157723824a4f5a3fcccc698e814
6 changes: 3 additions & 3 deletions variants/bpi-bit/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static const uint8_t P16 = 5;
static const uint8_t P19 = 22;
static const uint8_t P20 = 21;

static const uint8_t DAC1 = 26;
static const uint8_t DAC2 = 25;
static const uint8_t DAC1 = 25;
static const uint8_t DAC2 = 26;

#endif /* Pins_Arduino_h */
#endif /* Pins_Arduino_h */