Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-spi
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Make sure MSBFIRST & LSBFIRST always defined
main
PaulStoffregen
hace 10 años
padre
e07c056bf8
commit
2fae5ca5ae
Se han
modificado 1 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+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
Escribir
Vista previa
Cargando…
Cancelar
Guardar