sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
Receiver.ino File Reference
#include <PJON.h>

Macros

#define AS_MODE   1
 
#define AS_RESPONSE_TIMEOUT   15000
 
#define AS_BACK_OFF_DEGREE   5
 
#define AS_MAX_ATTEMPTS   10
 

Functions

PJON< AnalogSampling > bus (44)
 
void setup ()
 
void receiver_function (uint8_t *payload, uint16_t length, const PJON_Packet_Info &packet_info)
 
void loop ()
 

Macro Definition Documentation

#define AS_BACK_OFF_DEGREE   5
#define AS_MAX_ATTEMPTS   10
#define AS_MODE   1
#define AS_RESPONSE_TIMEOUT   15000

Function Documentation

PJON<AnalogSampling> bus ( 44  )
void loop ( void  )
void receiver_function ( uint8_t *  payload,
uint16_t  length,
const PJON_Packet_Info &  packet_info 
)
void setup ( void  )