Explorar el Código

Make sure MSBFIRST & LSBFIRST always defined

main
PaulStoffregen hace 10 años
padre
commit
2fae5ca5ae
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      SPI.h

+ 7
- 0
SPI.h Ver fichero

@@ -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

Cargando…
Cancelar
Guardar