Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

ross-cz

Member Since 01 Mar 2013
Offline Last Active Jan 21 2016 06:20 PM
-----

Posts I've Made

In Topic: LCD connected on GPIO and another GPIO / Analog port use corrupts displayed text

06 March 2013 - 09:39 AM

I figured out issue myself:

- calling to AnalogInput input = new AnalogInput(AnalogChannels.ANALOG_PIN_A1) corrupted digital signal

- using this SecretLabs.NETMF.Hardware.AnalogInput input = new SecretLabs.NETMF.Hardware.AnalogInput(Pins.GPIO_PIN_A1) works without problem

 

There should be some table to disambiguate the use of these simple things for each framework version. I already have problems and waste a lot of my time with incorrectly use Cpu.Pin vs Pins. Problems like simple line of code (using Cpu.Pin.GPIO_Pin11/12) locked whole netduino program and I had to reflash it.


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.