Hej I am trying to read analog from the fez hydra from a sensor I know works. I have plugged into port 13 the one with an ATY by it. I wonder what I am missing?
I am using the following libraries:
[quote]using System;
using Microsoft.SPOT;
using GHIElectronics.OSH.NETMF.Hardware;
using System.Threading;
using System.Text;
[/quote]
Anrunning this:
var ain = new AnalogIn(AnalogIn.Pin.Ain0);
var ain1 = new AnalogIn(AnalogIn.Pin.Ain1);
var ain2 = new AnalogIn(AnalogIn.Pin.Ain2);
I just get the following
1023 1023 1023