You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Farm-Data-Relay-System/examples/0_MQTT_Gateway/0_MQTT_Gateway.ino

18 lines
275 B
Arduino

2 years ago
// 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();
2 years ago
}
void loop() {
loopFDRS();
2 years ago
}