Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hamsolo474/Python-Arduino-Command-API_OLD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: joaodasousa/Python-Arduino-Command-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 6 files changed
  • 4 contributors

Commits on Oct 25, 2014

  1. Update README.md

    Initilises pin 13 for digital write
    hamsolo474 committed Oct 25, 2014
    Configuration menu
    Copy the full SHA
    81a1e3b View commit details
    Browse the repository at this point in the history
  2. Python3 compat

    Basically Python3 compat, changed rd to include decode, did error
    checking on winreg import
    hamsolo474 committed Oct 25, 2014
    Configuration menu
    Copy the full SHA
    95c5d55 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2014

  1. Port to Python3

    Port to Python 3, rewrote for a little bit more DRY, fixed spelling
    mistakes in eeprom functions, passes 19/19 tests
    hamsolo474 committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    e44fdb8 View commit details
    Browse the repository at this point in the history
  2. Fixed some errors

    Fixed a few spelling mistakes and gave correct input to rd in software
    serial
    hamsolo474 committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    78fbaf4 View commit details
    Browse the repository at this point in the history
  3. Backwards compat to python 2.7

    changed bytes to encode for backwards compat to 2.7.8
    passing 19/19 tests in python 3.3 and 2.7.8
    hamsolo474 committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    04d2f07 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2014

  1. Massive commit

    Fixed heaps of bugs with servos, where they would pass tests but still
    be wrong.
    Added error checking so this is very strict, if it would cause an error
    in the Arduino, for example invoking digitalWrite on a pin before
    setting that pins' pinMode to output
    hamsolo474 committed Nov 1, 2014
    Configuration menu
    Copy the full SHA
    96e9f72 View commit details
    Browse the repository at this point in the history
  2. Updated readme

    hamsolo474 committed Nov 1, 2014
    Configuration menu
    Copy the full SHA
    3745cf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Fixed bug on digitalWrite

    joaodasousa committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    8b7f5bf View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Update setup.py

    joaodasousa authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    d0b62b1 View commit details
    Browse the repository at this point in the history
Loading