What is the syntax to get a range from our MaxSonar sensor and how do we access the analog inputs?
I’m currently using AnalogChannel
Can’t seem to get it to stay accurate (it is for a while… then just gives me false readings)
AnalogChannel objects provide the way to access the analog input channel. Create one on the specified channel number, and then call the GetVoltage() method or something similar to read the voltage on the channel