Skip to content

Instantly share code, notes, and snippets.

View sdp8483's full-sized avatar

Sam Perry sdp8483

View GitHub Profile
@sdp8483
sdp8483 / powerOutage.cpp
Created August 10, 2024 15:51 — forked from krdarrah/powerOutage.cpp
Particle Boron Power Outage Detector
String str1,str2;
bool onUSB = false;
bool onBattery = false;
bool lowBattery = false;
unsigned long pwrCheckTimeStart;//to check power every 10sec
void setup() {
// INITIAL POWER CHECK
int powerSource = System.powerSource();