ArduinoSystemStatus icon indicating copy to clipboard operation
ArduinoSystemStatus copied to clipboard

How to use this library

Open almir984 opened this issue 9 years ago • 3 comments

, unable to compile , getVCC();

almir984 avatar Jun 04 '16 20:06 almir984

Use SystemStatus() in front of each function, example:

SystemStatus().getVCC();

xunker avatar Oct 10 '16 01:10 xunker

Alternately, you can do something like this: #include "SystemStatus.h" SystemStatus sys = SystemStatus();

After that, you reference it via sys.getVCC();

Andon-A avatar May 27 '17 04:05 Andon-A

Hi, Can you Please explain syntax to use SystemStatus().getVCC(); with ATtiny85 SoftSerial to display Value on Serial Port ?

Johnhi30 avatar Mar 26 '20 06:03 Johnhi30