Releases: rwaldron/johnny-five
Releases · rwaldron/johnny-five
v0.8.74
Commit |
Message/Description |
fd73b85 |
v0.8.74 |
c5de5cd |
Proximity: pulseIn => pingRead |
6a31cdf |
Proximity: Add PING_PULSE_IN controller name for all components that require pulseIn |
d9c7c7c |
Switch: new examples |
23a5000 |
Gruntfile: add the actual changelog template. Whoops! |
4cd525a |
Proximity: Add "verbose" model identity comments |
c273dd1 |
Gruntfile: changelog task |
v0.8.73
Commit |
Message/Description |
36f3a6f |
v0.8.73 |
891835f |
Readme/Gruntfile: move the noedit message below the header to prevent being treated as frontmatter. |
90e4f8c |
Remove dup with wrong breadboard |
1454491 |
Examples: add basic starting example, plus grunt task |
8e2b570 |
Examples: add LED RGB Anode PCA9685 to generated examples |
a9f3080 |
Led.Matrix: Improve addressing and initialization; adds tests. |
8e84989 |
Breadboards: Fix common lead for common anode RGB with PCA9685 |
a16b42e |
Examples: Add common anode RGB with PCA9685 controller |
ce9bc4d |
Led: Fix initialization of successive pins on PCA9685. |
affa20e |
Led: Test cleanup |
37fcc34 |
fix RGB-PCA9685 lead mismatch in fzz |
6a4f1e5 |
Tests: Motor, calledWith => args[explicit], or firstCall.calledWith |
12d84d2 |
stepper tests getCall/args consistency |
adb0f60 |
Tests: LCD, calledWith => args[explicit], or firstCall.calledWith |
a4cb343 |
Tests: Accelerometer, calledWith => args[explicit] |
b7afaa1 |
Restore prematurely migrated pulseIn calls in test/proximity.js |
e44fce2 |
Proximity: MB1010 LV-MaxSonar-EZ1 |
e1c2ecb |
Breadboards: Fix LED PCA9685 connection. Fixes #772 |
91748fe |
Throw exception when attempting to create Pin without pin number |
02d5817 |
Add Pin class unit tests |
v0.8.71
Commit |
Message/Description |
de5ac6d |
v0.8.71 |
b4b17d2 |
Board: Don't overwrite "transport" property. |
0cae23e |
Led.Matrix: Reuse the "left" digits, by shifting each row's bits 4 bits to right |
v0.8.70
Commit |
Message/Description |
93c96f4 |
v0.8.70 |
a3864cc |
Led.Matrix: Adds built-in characters for 00-99 |
bb5bd68 |
Board: Document that serialport.list() never errors. Fixes #768 |
17d5342 |
Update stepper-four_wire.js |
2a4e0dc |
Repl: non-essential nit picking. |
4b9a236 |
Board: typeof foo === "undefined" is sufficient. |
070d39b |
Remove test/distance.js (no longer necessary, migrated to Proximity) |
079f8b7 |
Board: comment cleanup |
8538f57 |
Proximity: additional confirmed Ultrasonic pulse components |