8000 Comparing ecto:master...ni-c:master · ecto/duino · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: ecto/duino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ni-c/duino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 39 files changed
  • 5 contributors

Commits on Feb 19, 2013

  1. Added support for rc-switch

    ni-c committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    2c290eb View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2013

  1. Added IR Remote support

    ni-c committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    a9af0b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2013

  1. Configuration menu
    Copy the full SHA
    b19599d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

  1. decimal RC code support

    tjanson committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    144c8fc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Merge pull request #2 from tjanson/rc-code-decimal

    decimal RC code support
    ni-c committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    49703bd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2014

  1. Configuration menu
    Copy the full SHA
    86981ed View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2014

  1. Added support for rc-switch

    decimal RC code support
    
    Fixed problem with single digit pins
    
    ni-c/heimcontrol.js#2
    ni-c authored and tjanson committed Oct 4, 2014
    Configuration menu
    Copy the full SHA
    fb115ef View commit details
    Browse the repository at this point in the history
  2. Added IR Remote support

    ni-c authored and tjanson committed Oct 4, 2014
    Configuration menu
    Copy the full SHA
    dd7c08a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into HEAD

    Conflicts:
    	examples/rc.js
    	index.js
    	lib/board.js
    	lib/rc.js
    	package.json
    	src/du.ino
    tjanson committed Oct 4, 2014
    Configuration menu
    Copy the full SHA
    425b625 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2014

  1. Arduino sketch duino moved to valid location

    Instead of having both `src/du.ino` (old, invalid path) and
    `src/duino/duino.ino` (new), make the former a symlink to the latter.
    
    (The Arduino IDE requires this folder format.)
    tjanson committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    546ec6b View commit details
    Browse the repository at this point in the history
  2. more robust serial conn establishment

    Instead of trying to establish the serial connection in the Board constructor,
    delegate this to a separate `setup()`. (**API change**!)
    This allows the user to add listeners to the Board’s `error` event, which
    signifies that the connection could not be established. (This was already
    intended, but wasn't possible, as far as I can tell.)
    Also displays a more intuitive error message.
    tjanson committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    9d89ca6 View commit details
    Browse the repository at this point in the history
  3. allow method chaining setup()

    `setup()` returns `this`, which allows for an easier transition from old code:
    
    ```
    var board = new arduino.Board(); // old
    var board = new arduino.Board().setup(); // new
    ```
    tjanson committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    04a3dff View commit details
    Browse the repository at this point in the history
  4. examples updated

    tjanson committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    00a7728 View commit details
    Browse the repository at this point in the history
  5. better Arduino device regexp

    tjanson committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    15b5767 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2014

  1. Merge pull request #3 from tjanson/upstream-merge

    Various changes from Upstream
    ni-c committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    096ef13 View commit details
    Browse the repository at this point in the history
  2. Resolved conflict

    ni-c committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    83d6191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e3775 View commit details
    Browse the repository at this point in the history
  4. Resolved conflict

    ni-c committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    50f8814 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2015

  1. Fix String Processing

    This was preventing digitalWrite and analogWrite from working
    liamfraser committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    fefe318 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2015

  1. Merge pull request #5 from liamfraser/master

    Fix String Processing
    ni-c committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    a92968a View commit details
    Browse the repository at this point in the history
Loading
0