sketchbook
|
#include <Arduino_FreeRTOS.h>
#include <Console.h>
#include <RH_RF95.h>
#include <Bridge.h>
#include <YunServer.h>
#include <YunClient.h>
#include <aREST.h>
Macros | |
#define | BAUDRATE 115200 |
#define | HEART_LED A2 |
#define | frequency 868.0 |
Functions | |
void | TaskBlink (void *pvParameters) |
void | TaskLoRaReceive (void *pvParameters) |
void | TaskRESTServer (void *pvParameters) |
void | setup () |
void | loop () |
Variables | |
RH_RF95 | rf95 |
aREST | rest = aREST() |
YunServer | server |
int | temperature |
int | humidity |
float | sDATA01 |
float | sRSSI01 |
#define BAUDRATE 115200 |
#define frequency 868.0 |
#define HEART_LED A2 |
void loop | ( | void | ) |
OneWirePJON device status update function.
Arduino IDE: put your main code here, to run repeatedly.
void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
void TaskBlink | ( | void * | pvParameters | ) |
void TaskLoRaReceive | ( | void * | pvParameters | ) |
void TaskRESTServer | ( | void * | pvParameters | ) |
int humidity |
aREST rest = aREST() |
RH_RF95 rf95 |
float sDATA01 |
YunServer server |
float sRSSI01 |
int temperature |