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.

Poroh-kun

Member Since 14 Mar 2013
Offline Last Active Mar 23 2013 12:29 PM
-----

Posts I've Made

In Topic: PWM freezes Netduino2

15 March 2013 - 07:05 PM

oh.. thanks, but i was already found the problem.

i was conflict between this:

static OutputPort[] leds = new OutputPort[7]{	    new OutputPort(Pins.GPIO_PIN_D7, false),	    new OutputPort(Pins.GPIO_PIN_D8, false),	    new OutputPort(Pins.GPIO_PIN_D9, false),	    new OutputPort(Pins.GPIO_PIN_D10, false),	    new OutputPort(Pins.GPIO_PIN_D11, false),	    new OutputPort(Pins.GPIO_PIN_D12, false),	    new OutputPort(Pins.GPIO_PIN_D13, false)};

and this:

PWM pwm = new PWM(Pins.GPIO_PIN_D10);

 

there are two items on D10.. omg, i so sad..


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.