Andon
Results
3
comments of
Andon
Greetings, I'm attempting to get this working on an ESP8266. I tried your above method of self.spi.write(bytearray([cmd])), which then yelled at me for write_data, so I changed all instances of...
Second library did the trick. Thanks!
Alternately, you can do something like this: `#include "SystemStatus.h" SystemStatus sys = SystemStatus();` After that, you reference it via sys.getVCC();