소스 검색

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

main
PaulStoffregen 8 년 전
부모
커밋
06760becb5
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      WireKinetis.cpp

+ 4
- 4
WireKinetis.cpp 파일 보기

@@ -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…
취소
저장