Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Example: Input #44

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Mar 20, 2020

  1. Create Input.ino

    hmzakhalid committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4144d4d View commit details
    Browse the repository at this point in the history
  2. Delete Input.ino

    hmzakhalid committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    aa20483 View commit details
    Browse the repository at this point in the history
  3. New Example input

    Controlling the shaft of servo using serial input
    hmzakhalid committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    a45a57c View commit details
    Browse the repository at this point in the history
  4. Opened a Serial Port

    hmzakhalid authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    ff5f517 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Fixed the Code a bit.

    Added the Serial.Available Command to check incoming input
    hmzakhalid authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    c413bdd View commit details
    Browse the repository at this point in the history
  2. Fixed input stream issues.

    Removed random capitalization.
    Removed random line spaces.
    Fixed Input from the serial moniter.
    hmzakhalid authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    0a6754d View commit details
    Browse the repository at this point in the history
  3. Used correct Class name

    hmzakhalid authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    5f94f8d View commit details
    Browse the repository at this point in the history
  4. Update Input.ino

    hmzakhalid authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    d70c6b3 View commit details
    Browse the repository at this point in the history
  5. Dump line Endings.

    Fixed New Line and CR  that caused to return 0 .
    hmzakhalid authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    2709147 View commit details
    Browse the repository at this point in the history