Is there an easy, no frills way to manipulate IO pins directly from a components cpp file?
I am attempting to modify the existing max31855 to also manipulate some digital outs on read.
Without setting up a bunch of config options, is there a way to import a library and just control the IO pin directly? Something like a: DigitalWrite(Pin, Value);
Thanks : )