소스 검색

Update SPI.h

In the comments: "Teensy 3.x" changed to "Teensy LC". Or is the LC also part of the "3" family?
main
crteensy 9 년 전
부모
커밋
2401901b56
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      SPI.h

+ 2
- 2
SPI.h 파일 보기

@@ -865,7 +865,7 @@ public:
inline static void attachInterrupt() { }
inline static void detachInterrupt() { }

// Teensy 3.x can use alternate pins for these 3 SPI signals.
// Teensy LC can use alternate pins for these 3 SPI signals.
inline static void setMOSI(uint8_t pin) __attribute__((always_inline)) {
SPCR.setMOSI(pin);
}
@@ -1037,7 +1037,7 @@ public:
inline static void attachInterrupt() { }
inline static void detachInterrupt() { }

// Teensy 3.x can use alternate pins for these 3 SPI signals.
// Teensy LC can use alternate pins for these 3 SPI signals.
inline static void setMOSI(uint8_t pin) __attribute__((always_inline)) {
SPCR1.setMOSI(pin);
}

Loading…
취소
저장