sketchbook
|
#include <RH_RF95.h>
#include <avr/wdt.h>
Macros | |
#define | ID "device-1" |
#define | frequency 868.0 |
Functions | |
void | setup () |
void | loop () |
long | readVcc () |
double | GetTemp (void) |
Variables | |
RH_RF95 | rf95 |
float | voltage = 0.0 |
float | temperature = 0.0 |
#define frequency 868.0 |
#define ID "device-1" |
double GetTemp | ( | void | ) |
void loop | ( | void | ) |
OneWirePJON device status update function.
long readVcc | ( | ) |
void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
RH_RF95 rf95 |
float temperature = 0.0 |
float voltage = 0.0 |