mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
18 lines
275 B
C++
18 lines
275 B
C++
// FARM DATA RELAY SYSTEM
|
|
//
|
|
// GATEWAY 2.000
|
|
//
|
|
// Developed by Timm Bogner (timmbogner@gmail.com) for Sola Gratia Farm in Urbana, Illinois, USA.
|
|
//
|
|
|
|
#include "fdrs_gateway_config.h"
|
|
#include <fdrs_functions.h>
|
|
|
|
void setup() {
|
|
beginFDRS();
|
|
}
|
|
|
|
void loop() {
|
|
loopFDRS();
|
|
}
|