-
Notifications
You must be signed in to change notification settings - Fork 61
Description
I am having trouble reading a value on pin A0(14) of an Arduino UNO.
I see a tremendous number of posts with people having the same issues. I feel the SolidSoils library is well written. However, to date, I have not been able to find much information on using the analog side of this library. All responses are vague and without example. There are a multitude of videos and text articles on the digital side. However, the digital side is not my issue, it is intuitive and I have no problem getting it to work. I don't know if multiple analog methods have to be called or in place before checking the state/level of the analog input pin. I have set the pinmodes… what next? The syntax gives only information for that particular method, it does not help if knowing that other methods have to be called or what they are. The tutorials I have found for this library are all digital for C#/C#.NET. Really would like to find a good tutorial on the analog side of the library.
It would be very helpful if someone could provide a short example in C#.NET that reads an analog value from Analog input pin A0 on the Arduino UNO using Firmata. This would be most helpful. The internet and myself would be most grateful.