Experimental project around RFM radio modules using an AVR MCU

nbproject Initial commit 1 year ago
.gitignore Initial commit 1 year ago
CODE_OF_CONDUCT.md Initial commit 1 year ago
LICENSE Initial commit 1 year ago
Makefile Initial commit 1 year ago
README.md Initial commit 1 year ago
avrrfm.c Initial commit 1 year ago
pins.h Initial commit 1 year ago
rfm69.c Initial commit 1 year ago
rfm69.h Initial commit 1 year ago
spi.c Initial commit 1 year ago
spi.h Initial commit 1 year ago
usart.c Initial commit 1 year ago
usart.h Initial commit 1 year ago
utils.h Initial commit 1 year ago
README.md

AVRRFM

Experimental to drive an RFM69 radio module with plain avr-libc.

Initial commit.

Initializes the module and reads out register RegOpMode (0x01).
That's all for now.