Hello,
I’ve trouble trying to read data from analog input (arduino layout pins) on my Cerbuino Bee.
I try:
_adc = New Microsoft.SPOT.Hardware.AnalogInput(DirectCast(GHI.Hardware.FEZCerb.Pin.PA0, Microsoft.SPOT.Hardware.Cpu.AnalogChannel), 10)
return _adc.Read
but it’s wrong.
I know that there is some enum with channels of the Bee, but I cannot find it.
Anyone can help me?
thanks