![]() |
Firmware for an ad-hoc mesh network of Internet-of-Things devices based on LoRa (Long Range radio) that can be deployed quickly and cheaply.
|
This file is internal to CDP and provides the library access to onboard LoRa module functions as well as packet management. More...
#include <Arduino.h>
#include <RadioLib.h>
#include "../DuckError.h"
#include "LoraPacket.h"
#include "cdpcfg.h"
Go to the source code of this file.
Classes | |
struct | LoraConfigParams |
Internal structure to hold the LoRa module configuration. More... | |
class | DuckLora |
Internal LoRa chip abstraction. More... | |
Variables | |
const byte | ping_B = 0xF4 |
const byte | senderId_B = 0xF5 |
const byte | topic_B = 0xE3 |
const byte | messageId_B = 0xF6 |
const byte | payload_B = 0xF7 |
const byte | iamhere_B = 0xF8 |
const byte | path_B = 0xF3 |
This file is internal to CDP and provides the library access to onboard LoRa module functions as well as packet management.
const byte iamhere_B = 0xF8 |
const byte messageId_B = 0xF6 |
const byte path_B = 0xF3 |
const byte payload_B = 0xF7 |
const byte ping_B = 0xF4 |
const byte senderId_B = 0xF5 |
const byte topic_B = 0xE3 |