sparkfun_as3935_to_esp8266_wiring
This is an old revision of the document!
Wiring the AS3935 SPI Bus
- IRQ D1 IO5
- Clock D5 IO14
#define SPI_CS 5 // IO5 (D1) #define SPI_MOSI 13 // IO13 (D7) #define SPI_MISO 12 // IO12 (D6) #define SPI_SCK 14 // IO14 (D5) #define AS_INT 15 // IO15 (D8) #define NEOPIXEL 4 // IO4 (D2)
sparkfun_as3935_to_esp8266_wiring.1662154569.txt.gz · Last modified: 2022/09/02 17:36 by 192.168.1.108