Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
visus
/
teensy-spi
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Make sure MSBFIRST & LSBFIRST always defined
main
PaulStoffregen
10 anos atrás
pai
e07c056bf8
commit
2fae5ca5ae
1 arquivos alterados
com
7 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+7
-0
SPI.h
+ 7
- 0
SPI.h
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar