|
typedef StatusLed | LedType |
|
typedef Battery | BatteryType |
|
typedef Radio | RadioType |
|
typedef NoBuzzer | BuzzerType |
|
static void | pgm_read (uint8_t *dest, uint16_t adr, uint8_t size) |
|
static uint8_t | toChar (uint8_t c) |
|
static uint16_t | crc16 (uint16_t crc, uint8_t d) |
|
static uint32_t | crc24 (const uint8_t *data, int len) |
|
static uint32_t | crc24 (uint32_t crc, uint8_t d) |
|
static uint32_t | byteTimeCvt (uint8_t tTime) |
|
static uint32_t | byteTimeCvtSeconds (uint8_t tTime) |
|
static uint32_t | intTimeCvt (uint16_t iTime) |
|
static uint32_t | nextSendSlot (const HMID &id, uint8_t msgcnt) |
|
static uint8_t | readPin (uint8_t pinnr, uint8_t enablenr=0, uint8_t ms=0) |
|
LedType | led |
|
BatteryType | battery |
|
Activity | activity |
|
RadioType | radio |
|
BuzzerType | buzzer |
|
template<class StatusLed, class Battery, class Radio, class Buzzer = NoBuzzer>
class as::AskSinRTC< StatusLed, Battery, Radio, Buzzer >
Definition at line 297 of file AskSinPP.h.