firmware/src/main.h

6 lines
116 B
C
Raw Normal View History

#pragma once
extern bool axp192_found;
extern bool ssd1306_found;
extern bool isCharging;
extern bool isUSBPowered;