mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
4805072969
- added a modified ThingPulse oled library. - made "sensor_config" "node_config" - made - made "fdrs_functions.h" "fdrs_gateway.h"
18 lines
252 B
C++
18 lines
252 B
C++
// FARM DATA RELAY SYSTEM
|
|
//
|
|
// GATEWAY 2.000
|
|
//
|
|
// Developed by Timm Bogner (timmbogner@gmail.com) in Urbana, Illinois, USA.
|
|
//
|
|
|
|
#include "fdrs_gateway_config.h"
|
|
#include <fdrs_gateway.h>
|
|
|
|
void setup() {
|
|
beginFDRS();
|
|
}
|
|
|
|
void loop() {
|
|
loopFDRS();
|
|
}
|