Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
hey guys/gals ive been wondering about ADC... i know you can setup the adc on a pic to interrupt when complete but is it possible to setup to interrupt on change?
oh yeah!!! nice one Nigel heh thanks i even forgot about that.
So i can simply have 2 global variables :
1 = oldADC
2 = isNew
On interrupt clear isNew var and check the old ADC value store in oldADC against the new one and if new set the isNew flag and set the oldADC variable to the new data. Correct?
I like Nigels way though.