Open almir984 opened 8 years ago
Use SystemStatus()
in front of each function, example:
SystemStatus().getVCC();
Alternately, you can do something like this:
#include "SystemStatus.h" SystemStatus sys = SystemStatus();
After that, you reference it via sys.getVCC();
Hi, Can you Please explain syntax to use SystemStatus().getVCC(); with ATtiny85 SoftSerial to display Value on Serial Port ?
, unable to compile , getVCC();