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: vascop/Python-Arduino-Proto-API-v2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chargebyte/Python-Arduino-Proto-API-v2
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.
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 29, 2013

  1. Added servo support

    Alexander Akhmetov committed Dec 29, 2013
    Configuration menu
    Copy the full SHA
    88a73a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. moving the arduino source code to folder prototype - this is conventi…

    …on since arduino 1.0
    
    adding setID and readID features... using this you can identify which arduino you are interfacing with after you gave each one an individual ID
    Christian Aurich (I2SE GmbH) committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    c04abbe View commit details
    Browse the repository at this point in the history
  2. deleting old .pde file

    Christian Aurich (I2SE GmbH) committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    ddae462 View commit details
    Browse the repository at this point in the history
  3. updated arduino library to be compatible to latest changes

    Christian Aurich (I2SE GmbH) committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    3523c52 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	prototype/prototype.ino
    FlorianRost committed May 9, 2014
    Configuration menu
    Copy the full SHA
    cb855b3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

  1. Configuration menu
    Copy the full SHA
    4bae0c9 View commit details
    Browse the repository at this point in the history
  2. changing parameter 'pin' to 'value' in function servoWrite() and chan…

    …ged parameter to be passed as string to the serival line
    Christian Aurich (I2SE GmbH) committed May 12, 2014
    Configuration menu
    Copy the full SHA
    813dee2 View commit details
    Browse the repository at this point in the history
Loading