Program Listing for File HardwareAbstraction.h
↰ Return to documentation for file (/home/fabio/Arduino/MyLvglWatch-20220910/HardwareAbstraction.h)
#ifndef HARDWAREABSTRACTION_H
#define HARDWAREABSTRACTION_H
#include "config.h"
void setupHardware();
void setDisplayBrightness(uint8_t b);
void turnDisplayOn();
void turnDisplayOff();
void keepActive(bool newValue);
bool keepActive();
const char *hourMinute();
const char *ymd();
int8_t batPercentage();
void isr();
void tryDeepSleep();
#endif