ArduinoSystemStatus
ArduinoSystemStatus copied to clipboard
SystemStatus is Arduino library to get information about VCC voltage, Free RAM etc...
Original GetTemperature fct is only for atmega 328 ... ``` int8_t` getTemperatureInternal() { //reads internal internal temp with 1V1 reference #if defined (__AVR_ATtiny24__) || defined(__AVR_ATtiny44__) || defined(__AVR_ATtiny84__) // ADMUX =...
> If you are powering the microcontroller directly from the battery you will get the battery voltage without using any additional pin. I'm reading 4.2V LiPo battery from attiny85 VCC...
Please, can your add support for the new Arduino Nano Every to this Library?
, unable to compile , getVCC();
I've tried SystemStatus().SleepWakeOnInterrupt() and SystemStatus.SleepWakeOnInterrupt(). SystemStatus().getVCC works perfectly. Thanks
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is...
Hello, how should this library be used to read the value in volts of a battery in pin A2, I have this: VoltVCC = SystemStatus (). GetVCC (); SystemStatus ()....