rfm12 library live control feature header More...
Go to the source code of this file.
Functions | |
| void | rfm12_set_rate (uint16_t in_datarate) |
| Set the data rate of the rf12. | |
| void | rfm12_set_frequency (uint16_t in_freq) |
| Set the frequency of the rf12. | |
rfm12 library live control feature header
This header declares all functions necessary for setting the baud rate and frquency.
| void rfm12_set_frequency | ( | uint16_t | in_freq | ) |
Set the frequency of the rf12.
The frequency has to be specified using the RFM12_FREQUENCY_CALC_433(x) macro.
Please refer to the rfm12 library configuration header for a demo macro usage.
The frequency calculation macro can be found in rfm12_hw.h. It is not included as a function for code-size reasons.
| void rfm12_set_rate | ( | uint16_t | in_datarate | ) |
Set the data rate of the rf12.
The data rate has to be specified using the following macros:
Please refer to the rfm12 library configuration header for a demo macro usage.
The data rate calculation macros can be found in rfm12_hw.h. They are not included as a function for code-size reasons.

1.6.1