Giter VIP home page Giter VIP logo

openlrs's People

Stargazers

 avatar

Watchers

 avatar

Forkers

aeroboticsindia

openlrs's Issues

Futaba switch issue of OpenLRS Rx

The Receiver code was protecting himself from wrong PPM values and only 
accepting 1000us-2000us signals.
But Futaba transmitters sending the signal between 800-2200us from switch 
channels.

I found the bug and update the code for 1.05.

old code
if ((temp_int>2000) && (temp_int<4000)) Servo_Buffer[i] = temp_int;

New code
if ((temp_int>1500) && (temp_int<4500)) Servo_Buffer[i] = temp_int;

Original issue reported on code.google.com by [email protected] on 5 Jun 2011 at 1:00

Doesn't compile in current Arduino IDE

I was not able to get this to compile on v1.5 or v1.0.4 of the Arduino IDE 
(RF22B_init_parameter() not defined in this scope) however it works just fine 
in v1.0.1 of the Arduino IDE. 

Wasn't able to find any info on this online, so I thought I would post it here.

Original issue reported on code.google.com by [email protected] on 12 Apr 2013 at 7:17

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.