Giter VIP home page Giter VIP logo

eduintro's Issues

ServoMotor:: write did not return a value

int ServoMotor::write(uint8_t _value)
{
  if (!_attached) {
    attach(pin);
    _attached = true;
    }
  Servo::write(_value);
}

Servo:: Write does not return a value, so should it also be set to void here?

Rename the library to Basics.h?

Hi, I really like that only a single include is needed:

#include <EduIntro.h>

Everything else being so neat and simple, how about:

#include <Basics.h>

Just like the File > Example > Basics > ...

Or something else a little friendlier to beginners.

(I understand you named it for a specific workshop.)

Kind regards,
Thomas

conflict with virtualWire

hi
it seems that servo.h and virtualWire.h both are using same timer. so when using with virtualWire compile error will occur.
im using uno and the error message is:

libraries\Servo\avr\Servo.cpp.o (symbol from plugin): In function `ServoCount':

(.text+0x0): multiple definition of `__vector_6'

libraries\VirtualWire\VirtualWire.cpp.o (symbol from plugin):(.text+0x0): first defined here

Including Morse Code using LED

Hey. I got an idea as to include function for morse code which imports functions for basic applications like sending a distress sos signal and I'm working on it. Not just the sos signal, we can include the functions for every alphabet in morse code and help in communicating in the morse code itself. The small and long intervals can be represented by change in duration and pause in blinking of the LED connected.
May I know whether anyone's working on this issue ? I'd very much like to contribute in this regard

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.