3-phase PV router
Loading...
Searching...
No Matches
Functions | Variables
utils_rf.h File Reference

Some utility functions for the RF chip. More...

#include <JeeLib.h>
Include dependency graph for utils_rf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void send_rf_data ()
 Send the logging data through RF.
 

Variables

constexpr bool RF_CHIP_PRESENT { true }
 

Detailed Description

Some utility functions for the RF chip.

Author
Frédéric Metrich (frede.nosp@m.ric..nosp@m.metri.nosp@m.ch@l.nosp@m.ive.f.nosp@m.r)
Version
0.1
Date
2023-02-09

Definition in file utils_rf.h.

Function Documentation

◆ send_rf_data()

void send_rf_data ( )
inline

Send the logging data through RF.

For better performance, the RFM12B needs to remain in its active state rather than being periodically put to sleep.

Definition at line 26 of file utils_rf.h.

Here is the caller graph for this function:

Variable Documentation

◆ RF_CHIP_PRESENT

constexpr bool RF_CHIP_PRESENT { true }
inlineconstexpr

Definition at line 18 of file utils_rf.h.