#include <PJONInteractiveRouter.h>
|
PJONInteractiveRouter
< PJONVirtualBusRouter
< PJONSwitch > > | router (3,(PJONAny *[3]){&bus1,&bus2,&bus3}) |
|
void | setup () |
|
void | loop () |
|
void | sendnotification_function (const uint8_t *const payload, const uint16_t length, const uint8_t receiver_bus, const uint8_t sender_bus, const PJON_Packet_Info &packet_info) |
|
|
byte | mac [] = {0xDE, 0x34, 0x4E, 0xEF, 0xFE, 0xE1} |
|
StrategyLink< SoftwareBitBang > | link1 |
|
StrategyLink< SoftwareBitBang > | link2 |
|
StrategyLink< LocalUDP > | link3 |
|
#define PJON_MAX_PACKETS 3 |
needs doxygen docu - derived from BlinkingSwitch.ino (useful for LUDP-SWBB-TL or LUDP-SWBBx2 1 for 5V 1 for 3.3-5V buses) ...
OneWirePJON device status update function.
- Returns
- (void)
PJONInteractiveRouter<PJONVirtualBusRouter<PJONSwitch> > router |
( |
3 |
, |
|
|
(PJONAny *[3]){&bus1,&bus2,&bus3} |
|
|
) |
| |
void sendnotification_function |
( |
const uint8_t *const |
payload, |
|
|
const uint16_t |
length, |
|
|
const uint8_t |
receiver_bus, |
|
|
const uint8_t |
sender_bus, |
|
|
const PJON_Packet_Info & |
packet_info |
|
) |
| |
Arduino IDE: put your setup code here, to run once.
byte mac[] = {0xDE, 0x34, 0x4E, 0xEF, 0xFE, 0xE1} |