We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, how did you wire the cc1101 to your esp32?
The text was updated successfully, but these errors were encountered:
@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 5 // SPI CS #define GDO2 25 // input from GD02 #define GDO0 36 // ADC input, set to 0 if you don't want to use it
Sorry, something went wrong.
No branches or pull requests
Hello, how did you wire the cc1101 to your esp32?
The text was updated successfully, but these errors were encountered: