소스 검색

Fix minor grammar error in comments

main
PaulStoffregen 10 년 전
부모
커밋
0d69254081
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      SPI.h

+ 1
- 1
SPI.h 파일 보기

// Initialize the SPI library // Initialize the SPI library
static void begin(); static void begin();


// If SPI is to used from within an interrupt, this function registers
// If SPI is used from within an interrupt, this function registers
// that interrupt with the SPI library, so beginTransaction() can // that interrupt with the SPI library, so beginTransaction() can
// prevent conflicts. The input interruptNumber is the number used // prevent conflicts. The input interruptNumber is the number used
// with attachInterrupt. If SPI is used from a different interrupt // with attachInterrupt. If SPI is used from a different interrupt

Loading…
취소
저장