I was wondering what adval=ReadAD(an0) really does.
I tried another basic and it's a-d seems so much goes on like taking lots of samples and messing with them to get rid of noise.
What does gcb do with a-d please?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was wondering what adval=ReadAD(an0) really does.
I tried another basic and it's a-d seems so much goes on like taking lots of samples and messing with them to get rid of noise.
What does gcb do with a-d please?
GCB setups the ADC, reads it. Provides the result back to user.
If you need more samples and noise handling then users would add this in the user code.
Thanks. that's always worked fine for me.