-
Notifications
You must be signed in to change notification settings - Fork 214
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ni-c/duino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 39 files changed
- 5 contributors
Commits on Feb 19, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 2c290eb - Browse repository at this point
Copy the full SHA 2c290ebView commit details
Commits on Mar 3, 2013
-
Configuration menu - View commit details
-
Copy full SHA for a9af0b6 - Browse repository at this point
Copy the full SHA a9af0b6View commit details
Commits on Aug 14, 2013
-
Configuration menu - View commit details
-
Copy full SHA for b19599d - Browse repository at this point
Copy the full SHA b19599dView commit details
Commits on Jul 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 144c8fc - Browse repository at this point
Copy the full SHA 144c8fcView commit details
Commits on Jul 24, 2014
-
Merge pull request #2 from tjanson/rc-code-decimal
decimal RC code support
Configuration menu - View commit details
-
Copy full SHA for 49703bd - Browse repository at this point
Copy the full SHA 49703bdView commit details
Commits on Oct 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 86981ed - Browse repository at this point
Copy the full SHA 86981edView commit details
Commits on Oct 4, 2014
-
decimal RC code support Fixed problem with single digit pins ni-c/heimcontrol.js#2
Configuration menu - View commit details
-
Copy full SHA for fb115ef - Browse repository at this point
Copy the full SHA fb115efView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7c08a - Browse repository at this point
Copy the full SHA dd7c08aView commit details -
Merge branch 'master' into HEAD
Conflicts: examples/rc.js index.js lib/board.js lib/rc.js package.json src/du.ino
Configuration menu - View commit details
-
Copy full SHA for 425b625 - Browse repository at this point
Copy the full SHA 425b625View commit details
Commits on Oct 9, 2014
-
Arduino sketch
duino
moved to valid locationInstead 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.)
Configuration menu - View commit details
-
Copy full SHA for 546ec6b - Browse repository at this point
Copy the full SHA 546ec6bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9d89ca6 - Browse repository at this point
Copy the full SHA 9d89ca6View commit details -
`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 ```
Configuration menu - View commit details
-
Copy full SHA for 04a3dff - Browse repository at this point
Copy the full SHA 04a3dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a7728 - Browse repository at this point
Copy the full SHA 00a7728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b5767 - Browse repository at this point
Copy the full SHA 15b5767View commit details
Commits on Oct 13, 2014
-
Merge pull request #3 from tjanson/upstream-merge
Various changes from Upstream
Configuration menu - View commit details
-
Copy full SHA for 096ef13 - Browse repository at this point
Copy the full SHA 096ef13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d6191 - Browse repository at this point
Copy the full SHA 83d6191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36e3775 - Browse repository at this point
Copy the full SHA 36e3775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f8814 - Browse repository at this point
Copy the full SHA 50f8814View commit details
Commits on Jun 14, 2015
-
This was preventing digitalWrite and analogWrite from working
Configuration menu - View commit details
-
Copy full SHA for fefe318 - Browse repository at this point
Copy the full SHA fefe318View commit details
Commits on Sep 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a92968a - Browse repository at this point
Copy the full SHA a92968aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master