Browse Source

Pins 58-59 (SD card pins) can be used for Wire1

main
PaulStoffregen 7 years ago
parent
commit
06760becb5
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      WireKinetis.cpp

+ 4
- 4
WireKinetis.cpp View File

@@ -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
};

Loading…
Cancel
Save