mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 22:18:58 +00:00
cleanup TimeLib
This commit is contained in:
parent
1ba1bbc9e3
commit
f4bc68e710
9 changed files with 13 additions and 13 deletions
|
|
@ -1,14 +1,12 @@
|
|||
#ifndef TIMER_H_
|
||||
#define TIMER_H_
|
||||
|
||||
#include <TimeLib.h>
|
||||
|
||||
class Timer {
|
||||
public:
|
||||
Timer();
|
||||
|
||||
void setTimeout(const uint32_t timeout_ms);
|
||||
time_t getTriggerTimeInSec() const;
|
||||
void setTimeout(const uint32_t timeout_ms);
|
||||
uint32_t getTriggerTimeInSec() const;
|
||||
|
||||
bool isActive() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue