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.
DuckTypes.h File Reference

Go to the source code of this file.

Enumerations

enum  DuckType {
  UNKNOWN = 0x00, PAPA = 0x01, MAMA = 0x02, LINK = 0x03,
  DETECTOR = 0x04, MAX_TYPE
}
 Type of ducks. More...
 

Enumeration Type Documentation

◆ DuckType

enum DuckType

Type of ducks.

Enumerator
UNKNOWN 

A Duck of unknown type.

PAPA 

A PapaDuck.

MAMA 

A MamaDuck.

LINK 

A DuckLink.

DETECTOR 

A Detector Duck.

MAX_TYPE