sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
Yun_Dragino_Server_LoRa_WAN.ino File Reference
#include <Console.h>
#include <RH_RF95.h>
#include <Bridge.h>
#include <YunServer.h>
#include <YunClient.h>
#include <aREST_bridge.h>
#include <avr/wdt.h>
#include <MemoryFree.h>

Macros

#define BAUDRATE   115200
 
#define HEART_LED   A2
 
#define frequency   868.0
 

Functions

void setup ()
 
void loop ()
 

Variables

RH_RF95 rf95
 
aREST rest = aREST()
 
YunServer server
 
float fRSSI
 

Macro Definition Documentation

#define BAUDRATE   115200
#define frequency   868.0
#define HEART_LED   A2

Function Documentation

void loop ( void  )

OneWirePJON device status update function.

Returns
(void)

Arduino IDE: put your main code here, to run repeatedly.

void setup ( void  )

Arduino IDE: put your setup code here, to run once.

Variable Documentation

float fRSSI
aREST rest = aREST()
RH_RF95 rf95
YunServer server