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.

Bradski

Member Since 23 May 2013
Offline Last Active Jun 13 2018 01:01 AM
-----

Posts I've Made

In Topic: Can't copy PE file - Dimension Engineering Sabertooth dll

11 February 2015 - 04:42 AM

Sabertooth 2x25 basic test code from com4 on netduino plus 2.


In Topic: Code Help

06 March 2014 - 03:34 AM

  private static void Driveline()
        {
          
            SecretLabs.NETMF.Hardware.PWM leftTrack = new SecretLabs.NETMF.Hardware.PWM(Pins.GPIO_PIN_D5);
            SecretLabs.NETMF.Hardware.PWM rightTrack = new SecretLabs.NETMF.Hardware.PWM(Pins.GPIO_PIN_D6);
            
____________________________________________________________________________________________________
 
 
// 900 (full rev) to 2100 (full fwd), 1500 is neutral
                    leftTrack.SetPulse(20000, map((uint)rxData[0], 0, 255, 1200, 1800));
                    rightTrack.SetPulse(20000, map((uint)rxData[2], 0, 255, 1200, 1800));

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.