sketchbook
|
#include <PJON.h>
Macros | |
#define | SENSOR "owp:dg:dragino:v1" |
#define | READ_INFO 0x01 |
#define | READ_VCC 0x11 |
#define | READ_TEMP 0x12 |
#define | READ 0x21 |
#define | WRITE 0x22 |
#define | WRITE_CAL 0x32 |
#define | HEART_LED A2 |
#define | OWPJON_PIN 4 |
Functions | |
PJON< SoftwareBitBang > | bus (43) |
void | setup () |
void | receiver_function (uint8_t *payload, uint16_t length, const PJON_Packet_Info &packet_info) |
void | loop () |
float | readVcc () |
float | readTemp (void) |
Variables | |
uint8_t | mem_buffer [256] |
#define HEART_LED A2 |
#define OWPJON_PIN 4 |
#define READ 0x21 |
#define READ_INFO 0x01 |
#define READ_TEMP 0x12 |
#define READ_VCC 0x11 |
#define SENSOR "owp:dg:dragino:v1" |
needs doxygen docu - derived from DeviceGeneric.ino using Yun_Dragino... ...
#define WRITE 0x22 |
#define WRITE_CAL 0x32 |
PJON<SoftwareBitBang> bus | ( | 43 | ) |
void loop | ( | void | ) |
OneWirePJON device status update function.
float readTemp | ( | void | ) |
Internal Temperature Sensor for ATmega328 types.
void |
float readVcc | ( | ) |
Accessing the secret voltmeter on the Arduino 168 or 328.
void receiver_function | ( | uint8_t * | payload, |
uint16_t | length, | ||
const PJON_Packet_Info & | packet_info | ||
) |
void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
uint8_t mem_buffer[256] |