Skip to content
New issue

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

added initial support for CC1101 via SPI (#66) #135

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

eadmaster
Copy link
Contributor

@eadmaster eadmaster commented Aug 7, 2024

currently disabled, must be enabled via this define in the platformio.ini:

    -DUSE_CC1101_VIA_SPI
	-DCC1101_GDO0_PIN=9  ; RFSend (SPI2_IOMUX_PIN_NUM_HD / FSPIHD)
	-DCC1101_SS_PIN=10
	-DCC1101_MOSI_PIN=11
        -DCC1101_SCK_PIN=12
	-DCC1101_MISO_PIN=13
	-DCC1101_GDO2_PIN=14  ; RFRecv (SPI2_IOMUX_PIN_NUM_CS  / FSPIWP)

this only updates RCSwitch_send() to work with CC1101.

@pr3y pr3y merged commit 60f55d7 into pr3y:main Aug 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants