HexRx

Results 1 comments of HexRx

@vekexasia the wire configuration located in the https://github.com/loboris/ESP32_CC1101/blob/master/components/cc1100/libcc1100.h ``` #define SCK_PIN 18 // SPI CLOCK #define MISO_PIN 19 // SPI MISO (input) #define MOSI_PIN 23 // SPI MOSI #define SS_PIN...