I'm trying to use (compile) your library, but it throws an error due to undefined function call:
.pio/libdeps/uno/ADS12-xx-Library/ads12xx.cpp:33:2: error: 'digitalWriteFast' was not declared in this scope
digitalWriteFast(CS, HIGH); // CS HIGH = nothing selected
Where is this function defined?
I'm trying to use (compile) your library, but it throws an error due to undefined function call:
Where is this function defined?