Skip to content

Commit

Permalink
https://github.com/rusefi/stim/issues/35
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Oct 18, 2024
1 parent 72f9546 commit 1fa2fb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion digital-inputs/firmware/test_digital_outputs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ static io_pin addrPins[] = {
};

static io_pin pullUpDownPins[] = {
{GPIOB, 12}, // OUT0 - this controls pull-up/pull-down on pads #1-16
#if 1
{GPIOB, 12}, // OUT0 - this controls pull-up/pull-down on pads #1-16 rev 0.2
#else
{GPIOD, 8}, // OUT0 - this controls pull-up/pull-down on pads #1-16 rev C
#endif
{GPIOB, 11}, // 17-32
{GPIOC, 7},
{GPIOC, 4}, // only test 49
Expand Down

0 comments on commit 1fa2fb2

Please sign in to comment.