[][src]Module ham::rfm69

Structs

Bw
DioMapping
PacketConfig
Rfm69
Rfm69PR
Rfm69PS
SyncConfig

Enums

DCFree
Filtering
Irq
Mode
Register

The Register enum corresponds to the different registers present on the RFM69 chip. Some of these registers are used to configure the Rfm69 controller to configure different function provided by the RFM69 chip. They can be manually read from using Rfm69::read()/Rfm69::read_many() and written to using Rfm69::write()/Rfm69::write_many()