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.

Rage9532

Member Since 10 Sep 2011
Offline Last Active Oct 29 2013 10:29 PM
-----

Posts I've Made

In Topic: Combining Pins

13 September 2011 - 08:18 PM

Welcome to the community!


Unfortunately, the current version of .NET Micro Framework does not expose any class to access group of pins or the I/O port directly. You'd need to use for example Corey Kosak's SimpleNGen-enabled custom firmware, or implement it using native interop. The Netduino microcontroller has two 32-bit general purpose I/O ports, but only partially broken out (*) - there are two separate groups of 4 consecutive pins available (PWM0 - PWM3 and Analog In 0 - Analog In 3), so you'd need some bit manipulation anyway.

(*) To be compatible with Arduino



I've taught myself a lot in the last couple of weeks, but I haven't gotten that far, yet. ;)

Thanks!

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.