убрал define'ы которые конфликтуют с уже существующими в wiring_constants.h
This commit is contained in:
parent
b4458604ad
commit
996e316403
@ -33,12 +33,6 @@
|
|||||||
|
|
||||||
#define SPI_DEFAULT_SPEED 4000000
|
#define SPI_DEFAULT_SPEED 4000000
|
||||||
|
|
||||||
#ifndef LSBFIRST
|
|
||||||
#define LSBFIRST 0
|
|
||||||
#endif
|
|
||||||
#ifndef MSBFIRST
|
|
||||||
#define MSBFIRST 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// dividers for setClockDivider()
|
// dividers for setClockDivider()
|
||||||
#define SPI_CLOCK_DIV4 0x01 // 8 MHz
|
#define SPI_CLOCK_DIV4 0x01 // 8 MHz
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user