소스 검색

Make sure MSBFIRST & LSBFIRST always defined

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

+ 7
- 0
SPI.h 파일 보기

@@ -30,6 +30,13 @@
#endif
#endif

#ifndef LSBFIRST
#define LSBFIRST 0
#endif
#ifndef MSBFIRST
#define MSBFIRST 1
#endif

#define SPI_MODE0 0x00
#define SPI_MODE1 0x04
#define SPI_MODE2 0x08

Loading…
취소
저장