Skip to content

Commit

Permalink
Pins 58-59 (SD card pins) can be used for Wire1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jun 20, 2017
1 parent bd5367b commit 06760be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WireKinetis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,10 +739,10 @@ constexpr TwoWire::I2C_Hardware_t TwoWire::i2c1_hardware = {
29, 255, 255, 255, 255,
2, 0, 0, 0, 0,
#elif defined(__MK64FX512__) || defined(__MK66FX1M0__)
38, 255, 255, 255, 255,
2, 0, 0, 0, 0,
37, 255, 255, 255, 255,
2, 0, 0, 0, 0,
38, 58, 255, 255, 255,
2, 6, 0, 0, 0,
37, 59, 255, 255, 255,
2, 6, 0, 0, 0,
#endif
IRQ_I2C1
};
Expand Down

0 comments on commit 06760be

Please sign in to comment.