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

Commits on Feb 25, 2013

  1. Update prototype.pde

    Serial configuration at compiler moment.
    rodrigopmatias committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    1544150 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vascop#1 from rodrigopmatias/master

    Small change in the pde file
    vascop committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    abae764 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2013

  1. quickhack: improved stability, had lockups befor this change - now th…

    …e python module sends out a command that causes the loop to start again - including sending a new request
    ch-aurich committed Apr 14, 2013
    Configuration menu
    Copy the full SHA
    29cf16b View commit details
    Browse the repository at this point in the history
  2. - added break before the '99' case, just to be sure nothing goes wron…

    …g when the code is extended in the future
    
    - made comment lines shorter than 80 chars
    ch-aurich committed Apr 14, 2013
    Configuration menu
    Copy the full SHA
    65aab36 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2013

  1. Merge pull request vascop#2 from ch-aurich/master

    improved stability on my ubuntu system
    vascop committed May 13, 2013
    Configuration menu
    Copy the full SHA
    dddcfd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. pull request for python 3 compatibility

    This version works with Python 2.7.8 as well as Python 3.2.3 (tested on Ubuntu 12.04). The string
    Conversion in .__sendData() has been adapted to convert manually to 'utf-8' bytes.
    05.11.2014 Thomas Hainmüller, University Freiburg
    vascop committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    8ee829e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. UTF-8 error

    this corrects the error :
    UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 0: invalid start byte
    s4mdf0o1 committed May 6, 2015
    Configuration menu
    Copy the full SHA
    6134911 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. Merge pull request vascop#6 from s4mdf0o1/patch-1

    UTF-8 error
    vascop committed May 7, 2015
    Configuration menu
    Copy the full SHA
    10417f5 View commit details
    Browse the repository at this point in the history
Loading