johnny-five

JavaScript Robotics and IoT programming framework, developed at Bocoup.

OTHER License

Downloads
11.2K
Stars
13.2K
Committers
158
johnny-five - v0.9.2

Published by rwaldron almost 9 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/8874df2731badff4a23359f5705bc02c0db3615e v0.9.2
https://github.com/rwaldron/johnny-five/commit/1658fd4fd1415f5d125556c5d38f642542635724 Deps: Only loads es6-shim if necessary
https://github.com/rwaldron/johnny-five/commit/f57adfe81075aa5bdfefb047de4d5219a1ac4d0b .tesselignore: es6-shim
https://github.com/rwaldron/johnny-five/commit/fbdad86464b7858b5837331055093de359b6c769 Led.RGB: Fix PCA9685 pin normalization
https://github.com/rwaldron/johnny-five/commit/c80958c2a5cb7288fe312de4ddbf7a3a194d92dc Normalize pin values on components that use expanders
https://github.com/rwaldron/johnny-five/commit/4b1ffb23904bf9dd2026c66936f6e9c0df4fc19a Add to .tesselignore
https://github.com/rwaldron/johnny-five/commit/edf7e8e6c84779c17701e2db80b5dd6756b1a296 Add support for Tessel Servo module
https://github.com/rwaldron/johnny-five/commit/1a2cbdb758fd725a39fbe1e4d2be41d03050e9a4 Fix default pwmRange for PCA9685
https://github.com/rwaldron/johnny-five/commit/6f4eedd5b175c395c53cf4aae2836622da47b162 Fix lint
https://github.com/rwaldron/johnny-five/commit/3b0c4372709a781cd62728fa92d6e43d6cd18d12 Get a life travis.
https://github.com/rwaldron/johnny-five/commit/2bd4e1007ee7811b94cf2635fc896fc794d736b7 If a controller is specified for a component class using an Expander, don't normalize or "request" pins
https://github.com/rwaldron/johnny-five/commit/3c9f780aa923f7dd5c17a24c08ce5744c8352324 Add support for Tessel Servo module
https://github.com/rwaldron/johnny-five/commit/922092f4c51eed102a6b58ff947e1c39924772ad Fix default pwmRange for PCA9685
https://github.com/rwaldron/johnny-five/commit/03d739fecfad828a8b2bfe3203a74fc65873b085 Updated PCA9685 in expander to use special values
https://github.com/rwaldron/johnny-five/commit/b734a6db7a28c2b7c73ea618654227483480a856 Switch to use expander class for PCA9685 in LED/RGB
https://github.com/rwaldron/johnny-five/commit/1cd5ae2dbcc7373f5052212169f16f6853893972 Removed extra )
https://github.com/rwaldron/johnny-five/commit/8341b85fee1961a7251d7bfa978dc7a0076c8e00 Switch to use expander for PCA9685 in LED
https://github.com/rwaldron/johnny-five/commit/9d3c4ac0abf0a23c92889e7eef53d7e80bce35da Fixes Servo tests by purging Expanders after Motor tests
https://github.com/rwaldron/johnny-five/commit/14398a71ba573bed7c9f519702809bc9c43ef5c8 Switch to use expander for PCA9685 in motor
https://github.com/rwaldron/johnny-five/commit/f4ea141947c8147574a5d1cf2de0910df303225e Controllers can use Expanders. Migrate Servo and ESC
https://github.com/rwaldron/johnny-five/commit/04a909369d3275c83183c18e9b34a26c91798782 Allow nodeunit:just:[array,of,test,files]
johnny-five - v0.9.1

Published by rwaldron about 9 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/3a7bacacc0ae5fc9df4763707406ea57f35b118b v0.9.1
https://github.com/rwaldron/johnny-five/commit/194e480381f18492b660e6d9370306b3bc1ee122 Fix appveyor badge url
https://github.com/rwaldron/johnny-five/commit/ae7646ebae2493ef831acbc660b80dff00feb3aa Run travis on modern infra
https://github.com/rwaldron/johnny-five/commit/59cc1c9367465df7ae322ee227320788280338f9 Cull the garbage from package.json
https://github.com/rwaldron/johnny-five/commit/76c75041cf1527bc112f10cd49bd3730cbb9cfe3 Read the long message.
https://github.com/rwaldron/johnny-five/commit/ba41155ab6ec6dff3e4622f2fcb8899a6d928902 v0.9.0
https://github.com/rwaldron/johnny-five/commit/5005ab016fab31b83213fc0e612789a87cceb860 Appveyor badge
https://github.com/rwaldron/johnny-five/commit/fddb28c2cd385aa3b5fa3ef9a1e257fa2354579e Appveyor.yml
https://github.com/rwaldron/johnny-five/commit/440b95bfb3d88139c7962a8ca8a95b913b25f661 Travis: test several versions of node
https://github.com/rwaldron/johnny-five/commit/abb2f3ac0e4837df63ef874c5132f4bd4a585de3 Remove bogus null arguments from emitters. Fixes gh-561
https://github.com/rwaldron/johnny-five/commit/586832148b7137723596f0d3d6345b4c613a22f2 Let's try win-spawn because fucking windows
https://github.com/rwaldron/johnny-five/commit/33e1c8da5cf89afc7151fd0f1cf686a2ca93d810 If Firmata installed serialport successfully, just steal it so we both can use it.
https://github.com/rwaldron/johnny-five/commit/bfb3204acf9ea64aa54df3dfb46f7e0b96c21dc7 process.env.* will not work as expected.
https://github.com/rwaldron/johnny-five/commit/f11d2e48b15ed0226019192c6235bdfe5a61368d Cool typo spazz
https://github.com/rwaldron/johnny-five/commit/fa77a727eff3ea15830739a2912f3a278c1c170a delete process.ENV.SERIAL_PORT_INSTALLED;
https://github.com/rwaldron/johnny-five/commit/d6c1bc2eccf4c0778f0ee9737f238b88b9896cab Set ENV flag in preinstall, instead of attempting to install. Moves sp install back to postinstall
https://github.com/rwaldron/johnny-five/commit/9ae315723dd68571b823e060a02457d5a3ef800e Deps: do serialport installation before deps (allow firmata to bail out)
https://github.com/rwaldron/johnny-five/commit/7c1919f774a064ba666f07e03314ec9161c1b513 Deps: work in progress, temp switch to firmata.js repo
https://github.com/rwaldron/johnny-five/commit/3866a77ff11d26b81e2fa80cdec00a0500447f9a Deps: work in progress, update to latest firmata.js
https://github.com/rwaldron/johnny-five/commit/e75078baabbb2afb08e36cf9b9aba7e53a756165 Deps: work in progress, postinstall script for serialport installation
https://github.com/rwaldron/johnny-five/commit/34b4b7bcca279225f6198d1284f5572c76fcd78c v0.8.106
https://github.com/rwaldron/johnny-five/commit/ee2f739d7596d9df11dbed0f865e1a6085c4ac02 IMU/Altimeter: Finesse elevations that are below sea level. It's magic.
https://github.com/rwaldron/johnny-five/commit/0f215d021a987d0ed8b636f8ac3d6698efda9794 v0.8.105
https://github.com/rwaldron/johnny-five/commit/f9f8205decc8648b1e540ce0410640961b0e18f2 Deps: lock in Firmata @ 0.6.0 until conditional serialport install updates are confirmed.
https://github.com/rwaldron/johnny-five/commit/28eb44a1993f27e261211adf7490467b6e8db09c v0.8.104
https://github.com/rwaldron/johnny-five/commit/9ba3e907608ef65f4aa6ed44f8bb27e6320ecb9b Altimeter: improved elevation requirement warning message
https://github.com/rwaldron/johnny-five/commit/57c5ab56fd8e4ade6ea1669e140c2b06c6cdd9d5 Board.Controller: fix warn messages
https://github.com/rwaldron/johnny-five/commit/fd7fa13d99eba7e45bd71fb96b190e17966ad433 Migrate component classes to Board.Controller
https://github.com/rwaldron/johnny-five/commit/95ce9faa7320ad1f81d02ce2e41308a61b847d56 Board.Controller: manage component controller decorator & required parameters
https://github.com/rwaldron/johnny-five/commit/5d7bf263543cc5bc05e670c19e00136770a11349 v0.8.103
https://github.com/rwaldron/johnny-five/commit/03b4c74b1295cbdf0e06df9cf0f9078799796875 Multi: MPL3115A2 reset Barometer/Altitude offset registers.
https://github.com/rwaldron/johnny-five/commit/d4a178f7ae396495828b2fdfa9b80202d545bc3c v0.8.102
https://github.com/rwaldron/johnny-five/commit/cfc5aecf6f0b6e27693d248c3a15a2a357e828f5 Deps: lock in serialport 1.7.4 until cleared on 2.x.x with node 4.x.x
https://github.com/rwaldron/johnny-five/commit/a3e713129055894b970a6db74aa806cec31c15c5 v0.8.101
https://github.com/rwaldron/johnny-five/commit/382765ae850f39c7e877dc2ce1fdda452a6f49f3 Multi: make altitude calibration contingent on user specifying opts.elevation
https://github.com/rwaldron/johnny-five/commit/242c5b4befeb5417a1419632baeb6e6cff37b745 merge
https://github.com/rwaldron/johnny-five/commit/f7f23a618152ab2c00c9d40e54423874818197b7 Adding the initial chip configuration
https://github.com/rwaldron/johnny-five/commit/cf2fd1632f1756645500aa54da489289b05af796 MPL3115A2: Calibration, requires a base altitude.
https://github.com/rwaldron/johnny-five/commit/dce73e80bd51fdbb502bb0e1f8f41378af0d97cf MPL3115A2: Calibration, requires a base altitude.
https://github.com/rwaldron/johnny-five/commit/0a13b77f7f9787c0ff9cae610203e59d3983189b Update mpl3115a2 diagrams
https://github.com/rwaldron/johnny-five/commit/cafeaa40a9a42b4e4a28d8d7498f77539af6eee6 Joystick: cleanup example
https://github.com/rwaldron/johnny-five/commit/a4e0d29055269566bb9228a05e153c6d118a85c6 Joystick: Removes threshold option.
https://github.com/rwaldron/johnny-five/commit/cfbb29927d1303e5d229bc35123aeb9a4cad16f1 v0.8.100
https://github.com/rwaldron/johnny-five/commit/c7c2a43d8114473697460176d0ce4a6553857efd Light: fix analog scaling
https://github.com/rwaldron/johnny-five/commit/75e744d61f61cd6199cd5f28bab43776dfd6751e v0.8.99
https://github.com/rwaldron/johnny-five/commit/2b3cdf1e253efb6da3d8b75e444d267de7bd6a0e Light: ALSPT19
https://github.com/rwaldron/johnny-five/commit/534dba90716dd51aaad635f0c6d269f9c130930f Readme: add more platforms to description
https://github.com/rwaldron/johnny-five/commit/730ce77b9cad309e4857fafeae08cb7f54d41d33 v0.8.98
https://github.com/rwaldron/johnny-five/commit/3b0da39de6655fa1821e632f0d57f32b68ae0586 Adding unit tests for MPL3115A2
https://github.com/rwaldron/johnny-five/commit/5f94ad3c87644b4d187f4e57b01d50f4697a45f1 merge
https://github.com/rwaldron/johnny-five/commit/bccdd8b777549d81c50ec02459232ce851ac5211 fixing bad emit pattern
https://github.com/rwaldron/johnny-five/commit/2eb3b1eec22ab3842effb5cdde796e09b7dbb049 adding sources for formulae
https://github.com/rwaldron/johnny-five/commit/e8ba581368c6f5113907963eea4b25f9ada47c4f adding wiring example
https://github.com/rwaldron/johnny-five/commit/a4661c33c2ebc0582ce580baaba7ece668532736 accidentally got a reference to Hygrometer. Wrong branch
https://github.com/rwaldron/johnny-five/commit/667575165b2349f93edcc163bd4ed789f5b33cb7 Adding examples
https://github.com/rwaldron/johnny-five/commit/52376582f5df5019aada7cd5880f75387398daa6 Adding altimeter support
https://github.com/rwaldron/johnny-five/commit/c23c1a641504e649d2ef61a223c23f6dcbf21780 Adding initial support for MPL3115A2 barometer/temperature. Altimiter to come
https://github.com/rwaldron/johnny-five/commit/1dc4cf0f1d2ff64f48636ff6485b10932592cad0 v0.8.97
https://github.com/rwaldron/johnny-five/commit/207ecec567383ac9d4f12f00acaff8faa8b7b51a Added tests for the HTU21D
https://github.com/rwaldron/johnny-five/commit/1c194e04d3188e655ab16bd98e2c0ab4c0ff48c1 code review suggestions
https://github.com/rwaldron/johnny-five/commit/70abe9827b3ba563840bc5426795b1dba334f5b2 Adding wiring diagram
https://github.com/rwaldron/johnny-five/commit/59802b54a35a04f854d218354b1cf94419f27ad1 Adding examples docs
https://github.com/rwaldron/johnny-five/commit/125cc79068a80bcae8a89f62ac8d85291f9da8a9 adding Multi controller and example
https://github.com/rwaldron/johnny-five/commit/feb960d315e07b99e2471866a508d78bd4d14e76 Adding support for the htu21d hygrometer and temperature
https://github.com/rwaldron/johnny-five/commit/3dbef91e006114ffa83f814b61f5c3a6ec2dcd14 fixing bad emit pattern
https://github.com/rwaldron/johnny-five/commit/c08d5b69f2099898a7268694fee14343dab4548a adding sources for formulae
https://github.com/rwaldron/johnny-five/commit/f9b9258f41497397a314cc197718b232e48e1681 adding wiring example
https://github.com/rwaldron/johnny-five/commit/88ad17a2d1db8d80be1ea9696bab5a83b6cb67e7 accidentally got a reference to Hygrometer. Wrong branch
https://github.com/rwaldron/johnny-five/commit/dcb814622adb073d1e32954cd5b8ad0963cfdb2e Adding examples
https://github.com/rwaldron/johnny-five/commit/66a7d80b5ed343de6b9e9bedf35c185ba1109ace Adding altimeter support
https://github.com/rwaldron/johnny-five/commit/bc507ee26c2647fbf16ca9685852128e3fa51308 v0.8.96
https://github.com/rwaldron/johnny-five/commit/80dfb3c84dd9c759e7b4e77c14bbfff2461c378d Examples: Photon Weather Shield, moisture sensor
https://github.com/rwaldron/johnny-five/commit/3e90ca493e7e167c8a63dca2c54f25208884cef2 Sensor: support enable(), disable()
https://github.com/rwaldron/johnny-five/commit/90c58d2f5b7e669357f1a31cb636d3e4f32c43ac Pin: add isHigh, isLow properties
https://github.com/rwaldron/johnny-five/commit/b629d656ce2584da1cbc32d48d0ae0b7ae4fc607 Added missing file
https://github.com/rwaldron/johnny-five/commit/1ee5df54f5a26932800536ec74246009a7324b67 Removed unused variable
https://github.com/rwaldron/johnny-five/commit/d110e26a9538251ed1094519c6f7f66225067395 Adding initial support for MPL3115A2 barometer/temperature. Altimiter to come
https://github.com/rwaldron/johnny-five/commit/e468a4074d03f1a4065b9fe31143c792e0873fc8 Led.Digits: Dual clock display example
https://github.com/rwaldron/johnny-five/commit/26d47ea4dd58c84ac55e4b85da109cf5c14542a0 v0.8.95
https://github.com/rwaldron/johnny-five/commit/2a7a6889769f2d588898603cace5390da6fe979c Add donmccurdy to contributors
https://github.com/rwaldron/johnny-five/commit/32861f41b17253fae2fd3ed5af3f83073eb183b0 Led.Digits: additional test, example using HT16K33
https://github.com/rwaldron/johnny-five/commit/9390e7aefca36aaf5d5fca6d15a8396a7aa2abdb 4 digit 7 segmant examples
https://github.com/rwaldron/johnny-five/commit/a063e32f19b506e55c892dc20a35fd007a27cdda LedControl: If message is not a string, do coercion
https://github.com/rwaldron/johnny-five/commit/b54b7265c29163c81fcd301a98e51672f381b205 v0.8.94
https://github.com/rwaldron/johnny-five/commit/75fad5170b38ba16eb997b91dd901c4c69421452 Boards: implement byId method for Boards collection instances.
https://github.com/rwaldron/johnny-five/commit/6729e7fa86ab5f6d5189b4e0426929bed091cc68 v0.8.93
https://github.com/rwaldron/johnny-five/commit/f9efda220cf7419d5e879a70c330fa3d39cc712c Examples: regenerate
https://github.com/rwaldron/johnny-five/commit/b9542e33f940b0bea5154bf5bd98a1a4ea5cb05f Add note about tmp102 addressing
https://github.com/rwaldron/johnny-five/commit/85b4a8e46a284baeb7deebb76ed4ba4feed65261 Temperature: use newer tmp102 layout
https://github.com/rwaldron/johnny-five/commit/33731ecdd4a35d89d0549079f8a0c3774a3dd7c3 Formatting nits
https://github.com/rwaldron/johnny-five/commit/62b86332a145588f1da3228446b832389b610495 v0.8.92
https://github.com/rwaldron/johnny-five/commit/d34c6e6a717a51bc2b8ca1a3ff89a3bedf580892 Allow digital sensor constructor to take string pin names
https://github.com/rwaldron/johnny-five/commit/c8efd30990736e6c50ce916486426b711e0a606e Support Led.Digits with HT16K33 controller
https://github.com/rwaldron/johnny-five/commit/f24f59e1dc5904baedba4148b1a3dafac9b97784 Adding support for Sparkfun TMP102 Temperature Sensor
https://github.com/rwaldron/johnny-five/commit/fed3c96f428f2b309959b55c9b1d7b1d832d490f Examples: remove redundant EV3 & NXT Proximity examples
https://github.com/rwaldron/johnny-five/commit/c21221804ca93991d7a6d4d1c22553b99d8b44e2 Examples: Light
https://github.com/rwaldron/johnny-five/commit/cf398e3c7f3f9b71cffb0625d5a66e5a06c218cc Examples: EVShield videos
https://github.com/rwaldron/johnny-five/commit/0d22d62cd8badcdb14875e0584b0b9173c1e2e37 v0.8.91
https://github.com/rwaldron/johnny-five/commit/929b082d8410e26f658b33e74c63529b66196a09 Fixups
https://github.com/rwaldron/johnny-five/commit/7bd605701f39cc6fa37bcdadeebee03db42694fa Tweak titles of Intel + Grove examples, 2
https://github.com/rwaldron/johnny-five/commit/a0a174999798eb3fa42c0b9dff97ca9cebfe0007 Tweak titles of Intel + Grove examples
https://github.com/rwaldron/johnny-five/commit/17125c99500ba389c891bd7acaae9889944aff7d Readme: regen
https://github.com/rwaldron/johnny-five/commit/06b5127d54ec2874910e8d505ed897bc339c9e58 Grove: Add TSL2561
https://github.com/rwaldron/johnny-five/commit/83f5b063fde0cdc63ef1046f85c8db48de5996e2 Examples: generate Grove + Intel examples
https://github.com/rwaldron/johnny-five/commit/c9f651c05fc91cbe18dc6f03daff50c007d81360 Grove + Intel kit examples
https://github.com/rwaldron/johnny-five/commit/ff2ab6027d82b807705f04f5dd1283c83b420ff5 Accelerometer: MMA7660 support
https://github.com/rwaldron/johnny-five/commit/efe24026cf0bd1daae4924253b524ea97bc567e1 Further nits
https://github.com/rwaldron/johnny-five/commit/8e4af36745eb851b1a176389b51f3396cdb2da1a Generate examples
https://github.com/rwaldron/johnny-five/commit/8e242ff996a77dd95a63776d76754b6eaf6e936f Fix json syntax error
https://github.com/rwaldron/johnny-five/commit/7775096fd835e919d53c62dea4bb8b6f7b20d59b Lint nits and test fixes
https://github.com/rwaldron/johnny-five/commit/31d1370446bb9b64e073c925abde0fc6b0a92fea Light: TSL2561
https://github.com/rwaldron/johnny-five/commit/e4ae3424f6b109a11e02cef116e61324727ceb9a EVS: More color; ISL29125
https://github.com/rwaldron/johnny-five/commit/03b3f49b08281d38ef00d8628ca06c7e06971507 EVS: Light supports two types: Ambient (default) & Reflected
https://github.com/rwaldron/johnny-five/commit/5091bd55eec4d18b73014c7169cf5f0f3376a242 EVS: Color and Light
https://github.com/rwaldron/johnny-five/commit/4ae32dde77d71d58ec5c8ba5729ee0b1dfbb18ed EV3 => EVS
https://github.com/rwaldron/johnny-five/commit/8ab042eb879ecbb16b215380fec8218fd08dfe56 EV3: NXT Motors, EV3 Ultrasonic
https://github.com/rwaldron/johnny-five/commit/50c07dcd6bc79ca9c77f45bbc69345de8031b877 EV3: NXT Button; Update Proximity:EV3 => EV3_IR
https://github.com/rwaldron/johnny-five/commit/fac8cf5b5c51a2f5f46f97d7c65166ac932aeaf9 EV3: nit cleanup
https://github.com/rwaldron/johnny-five/commit/c38d267a9a56216404f62a262e2e10b24690d69c EV3: Motor
https://github.com/rwaldron/johnny-five/commit/ef5c3da691ae1ff268ff13336b39fad98fc44421 EV3: Proximity
https://github.com/rwaldron/johnny-five/commit/db24f28d4d025ac2efb598ca4b61c44606dd5af3 EV3: Button
https://github.com/rwaldron/johnny-five/commit/59728dbfadf7ed92c16315a2e404ab40f2720e9a Compass: make interval controllable
https://github.com/rwaldron/johnny-five/commit/e6a23ba0e21d9bc20d9c73cade06b8dfe1a98e76 Lint nit
https://github.com/rwaldron/johnny-five/commit/4e5da739cff21b0949b0ab07aac5709e31751004 v0.8.90
https://github.com/rwaldron/johnny-five/commit/049facdb82c3770d3fa5f83569caed54ed48dd59 Adds TRAHOMOTO to contributors
https://github.com/rwaldron/johnny-five/commit/1df02fe9dd56e6b756e745722fef76b4a455a3e9 LCD: Add tests for MJKDZ
https://github.com/rwaldron/johnny-five/commit/46b42db6486620d30c0eb68ffb2376c3515e66fc Added support LCD MJKDZ Controller based on PCF8574. Closes gh-867
https://github.com/rwaldron/johnny-five/commit/10b3a82def467a71791ee1f8a010be6bcc189cc4 LCD: Make PCF8574 capable of supporting MJKDZ
https://github.com/rwaldron/johnny-five/commit/86fd2193e8bf5cbd2ad7f11aee84499d76bc2ca9 LCD migration TODO notes.
https://github.com/rwaldron/johnny-five/commit/8d5c73b343e8a1a93b765589cc02ecf18383fb92 Ensure that LCD characters are exported. Fixes gh-867
https://github.com/rwaldron/johnny-five/commit/7941d817e4bfa7914940e7a66ebc28acbac74a94 Restrict pingRead requests to 65ms periods (+ request and response time). Fixes gh-896
https://github.com/rwaldron/johnny-five/commit/dd6e22fb063cb0fc1b3f0fe1878b8b14d2fd3255 Remove call to lcd.display
https://github.com/rwaldron/johnny-five/commit/a72a1cff0b542910acfa5e6ee51e9722414bcd21 COMMANDS => REGISTER
https://github.com/rwaldron/johnny-five/commit/a19f7b806ab77ed70f4c7fe8137d5bf4f889adc4 Fix typo on controller name
https://github.com/rwaldron/johnny-five/commit/e7d32ae0e62dad2e4578f08413889a95d41672fb Complete test conversion for analog controllers and aref
https://github.com/rwaldron/johnny-five/commit/f41da24f5d3972a56ef2760d5daa0e463f2d7116 v0.8.89
https://github.com/rwaldron/johnny-five/commit/99028293b65d21432bc105f34813750625e59e03 Add Corey Frang to contributors
https://github.com/rwaldron/johnny-five/commit/757285205fcc9ae21f93c38c1788933849c82162 Fix messages in testAnalogConversion
https://github.com/rwaldron/johnny-five/commit/9260e97cf269dea8fb9e6e5eab9b5b8cae9264c3 Use this.sandbox instead of this.sinon
https://github.com/rwaldron/johnny-five/commit/997a6f51ec29050d90bd7589dc44e802ffdde606 Convert TMP36 tests
https://github.com/rwaldron/johnny-five/commit/f5a7bde6ae8cb2c8a245c1aa3f1bffdc165c90f1 Add aref to the rest of the analog controllers
https://github.com/rwaldron/johnny-five/commit/8e616a0146090754d2fad196ebe5fcc5b8638ec0 Temp test suite refactorings
https://github.com/rwaldron/johnny-five/commit/85fa2c06397cccdd33d6873bdaea9a49009f965a Update nanotimer and piezo tests to stop failing on iojs. Fixes gh-890
https://github.com/rwaldron/johnny-five/commit/0445a00727b4c982dd89814261cd1858c677aafd Examples: LUDUS
https://github.com/rwaldron/johnny-five/commit/1d41a9ea29a41fdd2c7745e7b15237eeb2a9d955 Temperature: add analog reference to TMP36 controller
https://github.com/rwaldron/johnny-five/commit/75c15163066e45fbdad83f58ade9f409b82b44de v0.8.88
https://github.com/rwaldron/johnny-five/commit/d972d86a60cf728111c9774c83da1fe12fc948ea Motor: LUDUS Shield
https://github.com/rwaldron/johnny-five/commit/aae64008af1ab068d5941fe6249f503c09ee9930 Temperature: Add C, K, F values to the data event and temperature objects
https://github.com/rwaldron/johnny-five/commit/b20a4a0e4bce5d46c8c41acc370fdf81da749a9e Update si7020 fzz
https://github.com/rwaldron/johnny-five/commit/52855148b6e377420696c26c3628c4a5b40478d2 v0.8.87
https://github.com/rwaldron/johnny-five/commit/f96b55ae9d445e30c67ace60b8c8a3d90a1ea353 Adds .tesselignore
https://github.com/rwaldron/johnny-five/commit/78f9fc157c4f416082c0150744bf063e7bf3dda8 Temperature: SI7020
johnny-five - v0.8.86

Published by rwaldron about 9 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/bfb8a35cc8ee3a54978d4e5cbd75cd3ded598220 v0.8.86
https://github.com/rwaldron/johnny-five/commit/a843243db357f381913cda0eaab9fef40fb02608 Button: don't coerce pin to number unless safe to do so. Closes https://github.com/rwaldron/spark-io/issues/63
https://github.com/rwaldron/johnny-five/commit/7573e679427cebed4ddaf7e8b245bc863309fd9a Missed file from temperature example updates
https://github.com/rwaldron/johnny-five/commit/23dd731cbd1fca21bac80049becf48d7e8b405c3 Examples: regen
https://github.com/rwaldron/johnny-five/commit/b9c0603471d9f392f1467331e78da533b4b06c91 Clean up temperature examples
https://github.com/rwaldron/johnny-five/commit/56c650844619edaffea122c3b6440b81b104bd9b Temperature: Update LM335 component
https://github.com/rwaldron/johnny-five/commit/adea932bc6257dad868f7f21107d6eddc5430a92 jsbeautifer nits
https://github.com/rwaldron/johnny-five/commit/5c40e50687456a36885a4382330c37a025966b2c Examples: generate led chars md
https://github.com/rwaldron/johnny-five/commit/a3b6d17e54469242c8900b4d6a0b41c1234f3350 Added LM335 temperature controller and sundries
https://github.com/rwaldron/johnny-five/commit/5f59204ada4538e15fee02ed4391dc67dd12bea3 Fix plugin template
https://github.com/rwaldron/johnny-five/commit/3ee0f5279ba5482b653c4f49cb2d916949363d72 Button hold, continually trigger action. Fixes gh-873
https://github.com/rwaldron/johnny-five/commit/d0c614dd7d386c2f9aead8053000dc1ae146ca31 Boards: ensure logging methods are correctly defined. Fixes gh-875
https://github.com/rwaldron/johnny-five/commit/99a1d8e01dc37187d3cab47dde1c35ae5309a603 Servo-Animate
https://github.com/rwaldron/johnny-five/commit/832fb898751de96b28ad152a53b2637bde0d01af Fix path to servo-lab in comments
https://github.com/rwaldron/johnny-five/commit/3d57ff74004c0f1b4bdfae776c7f9f0d9632c076 Add jorydotcom to contributors
https://github.com/rwaldron/johnny-five/commit/9aa9a90720f2d9dc0d03148be3cbbe87b35d5174 Nits: jsbeautifier run
https://github.com/rwaldron/johnny-five/commit/3e4595b4745b5c0b43dd5c908c608206f6ef8d8b Tests: Plug board instance leak
https://github.com/rwaldron/johnny-five/commit/a79f2471c5c775009d1c9752b1542cb0a36e1e72 Demonstrate feasibility of change freq after instance creation
https://github.com/rwaldron/johnny-five/commit/0d5887b1c949d8d33d8b6b083361ec4507799d41 Implement changing freq (interval) property after instance creation
https://github.com/rwaldron/johnny-five/commit/f2703659483ba34a4e97c258c1d75f2b2df05524 Demonstrate feasibility of change freq after instance creation
https://github.com/rwaldron/johnny-five/commit/14db625900c087e1006040bff8b25f7f659f081b Add Micro Magician examples and Shield Config
https://github.com/rwaldron/johnny-five/commit/408a8c0641f3e8c90b4227a4af51bbba8acb4493 Controllers: update all controllers to forward opts param as argument to i2cConfig
https://github.com/rwaldron/johnny-five/commit/077784bda5b63a38ab6557d6b6795424fc27504a Tests: refactor all, phase 1
https://github.com/rwaldron/johnny-five/commit/838c31320c40b0afc2c3507bf37f6a7b74b3d72b Tests: Make board instances the value of a property of the current test
https://github.com/rwaldron/johnny-five/commit/4a8853cde7e4cbea5423d0d2be6aee1d7226e724 Add missing calls to Board.purge()
https://github.com/rwaldron/johnny-five/commit/1a4ae865777ee63b8558a9c5475e5b5e9b1f4c0b Fixes broken auto-id assignment.
https://github.com/rwaldron/johnny-five/commit/ad3c465cd228394dc98a2cef3fe14f8da832a4c3 Update tests to use fresh board instances
https://github.com/rwaldron/johnny-five/commit/84ede7b3aeada1d7425a6e505ff86eec243843a3 Fix bug in node 0.12.x where clearTimeout expects argument to have an id property.
https://github.com/rwaldron/johnny-five/commit/856f026058d15d00fc5dd8979cfabc8c1af51649 Upgrade to Travis container based infrastructure
https://github.com/rwaldron/johnny-five/commit/06e6d218ff3ddd2a299c056b6656a122b8820a5c When using mock-serial we should always assume success
https://github.com/rwaldron/johnny-five/commit/5ea339f6449817f816cee71d5d93af646674bcfe Fix example code copy-paste mess
https://github.com/rwaldron/johnny-five/commit/dd90b938cf5d12a3b85a136adc5d07887dc73401 Follow up test fixes to restore explicit serialport test with abort mechanism
https://github.com/rwaldron/johnny-five/commit/6b572899bda46b8229c4b30b68e0816c0cc19c51 Test Issues
https://github.com/rwaldron/johnny-five/commit/e1dc526a142d31f2e5194c0d05979be49205f864 Examples: just some nit picking
https://github.com/rwaldron/johnny-five/commit/061d1455a3f0af2c8d57b793f570b540d4faa6ca LED: Add draw examples for 8x8 Matrix, add LED characters file.
https://github.com/rwaldron/johnny-five/commit/f13f78f77ec3446d46abf303bb7b054fc503be70 Lint nits
https://github.com/rwaldron/johnny-five/commit/5381dc2b39166488a87e26b87875133a1c4b4cbe v0.8.85
https://github.com/rwaldron/johnny-five/commit/65cc7153f6229c8c3ba809b36559f55530c6d897 Board: emit logging as events, pt. 2 clean up and tests
https://github.com/rwaldron/johnny-five/commit/a655be3c665d31394bfb59bf0a81ff27d3816564 Board: emit logging as events.
https://github.com/rwaldron/johnny-five/commit/fc795601bad0c0a194518f22935b96430307b583 Temporarily disabling ioHasError test
https://github.com/rwaldron/johnny-five/commit/2593dd60acd332fffbfa0144feaf48887ec8b958 Update list of contributors—thanks to all these rad folks <3
https://github.com/rwaldron/johnny-five/commit/9ad3e0fe7469a3322cbcd6b972317d20fffaec19 LCD: adjust pins to match comments
https://github.com/rwaldron/johnny-five/commit/9e6282f211b18c3bd67d6c326ced3aa3fcab16d5 Build examples
https://github.com/rwaldron/johnny-five/commit/e88eac0026e18f739fa4a08e5ff51589debd6606 LCD: adjust pins to match comments
https://github.com/rwaldron/johnny-five/commit/c17fe126b91aa674e2683b134e5c9a46a91cdad3 v0.8.84
https://github.com/rwaldron/johnny-five/commit/f96f7d7c6a79b6dfbe4959c802011750869e573f Pin: Remove console.log
https://github.com/rwaldron/johnny-five/commit/a3cf3bb88dbbd4791af07c5a8fd1b610703cd38c changed servo reference to led
https://github.com/rwaldron/johnny-five/commit/03224063dbb84ed4d414c4527acb7c1ae1cf4ce5 change rgb-anode eg to use same pins as rgb cathode
https://github.com/rwaldron/johnny-five/commit/0b01c33b4ac5b50c8b105cd8e83cc7d16f1be308 wrong diagram/desc for RGB rainbow example
https://github.com/rwaldron/johnny-five/commit/99faadf6dbd504b35a323393f60c09b1b50aab2e add RGB intensity example
https://github.com/rwaldron/johnny-five/commit/154b74b2c5ed12bb2dae021d03bf2c17a75227c5 v0.8.83
https://github.com/rwaldron/johnny-five/commit/a400f423e710af586ee7195d91fedc88689d3245 Examples: Keypad no longer using exec in examples
https://github.com/rwaldron/johnny-five/commit/48b448c0587ceb1019a4bbdddc1f9c1ea1a8d71d Examples: fix Keypad example paths
https://github.com/rwaldron/johnny-five/commit/565f48f2a4953f3f0a0fa8d39e04c08174f6c7c8 Update broken and outdated links for parts.md
https://github.com/rwaldron/johnny-five/commit/6336d4f27cf9b525f8f4aff30ba420eb733e5c87 Ensure MockFirmata is used when IS_TEST_MODE=true. Fixes gh-828
https://github.com/rwaldron/johnny-five/commit/c3fccf4db1475f9ceef81405ab9f0310e88971dd Led.RGB: Use constrain() utility method
https://github.com/rwaldron/johnny-five/commit/bf96c66de4aa92cb0c7238e155d243f2997ef58e Fix typo
https://github.com/rwaldron/johnny-five/commit/d230a18130da45c9673b2ccac06ec6f74096f6d8 Led.RGB: Add intensity method
johnny-five - v0.8.82

Published by rwaldron over 9 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/d59827c719f9fba74fe3d3154aeb7d7bc4e3b1d1 v0.8.82
https://github.com/rwaldron/johnny-five/commit/785b263a3528989be9f0aaa336e41446197963c2 Keypad: examples
https://github.com/rwaldron/johnny-five/commit/2dc685ed56951768e13ccc8c3afdb6a03cf3277c Keypad: refactor
https://github.com/rwaldron/johnny-five/commit/6f2dfef43c860c940042777c75cd1f2af3f301ed Expand test cases for the sensor class, and fix median value handling
https://github.com/rwaldron/johnny-five/commit/fa6118b91b15ab50016bd047a54d638fffef6a00 Fix mode descriptions in pin tests and add constant name verification
https://github.com/rwaldron/johnny-five/commit/8e061c196c50c1faad0df6c9aee2f0bdf74fc874 Proximity: fix example description typo
https://github.com/rwaldron/johnny-five/commit/6753bd40b7d8aca4e665d232b7c624c15042cd54 Proximity: add details, re: PingFirmata. Regenerate examples
https://github.com/rwaldron/johnny-five/commit/045678a434ef88e3ff68050f24625b7db09a6677 updated TinkerKit examples to use programs.json
https://github.com/rwaldron/johnny-five/commit/8e73bb754ee8ed03710f1ee0d569ba560e7ba661 Updated docs to point to Bryan's new GitHub username
https://github.com/rwaldron/johnny-five/commit/7100750ce77d5c45a28551c19ec9af023172f073 Sensor: simplify basic example
https://github.com/rwaldron/johnny-five/commit/c26ba043e4e4e0cee558e9da6049f8ccab442737 make fw/rev both 255
https://github.com/rwaldron/johnny-five/commit/ad00740d2d7e9fdd2b33b7b8d0319d90faa3e750 Update motor-hbridge wiring
https://github.com/rwaldron/johnny-five/commit/1fa4ce21efa2f9c21335e096aa597f963e84eda8 Cleanup tests, purge boards. Fixes gh-827
https://github.com/rwaldron/johnny-five/commit/504186ae79fa8cb280b99dce8ff7c135d07a60cd v0.8.81
https://github.com/rwaldron/johnny-five/commit/b70eebced66fa2db067f0265461cc719c8e6abef Expander: PCF8574 ensure that pin state byte is tracked
https://github.com/rwaldron/johnny-five/commit/46e7d8e48dbc7b24aa99182910896579d60bb8a0 Interval is no longer a property on LED's
https://github.com/rwaldron/johnny-five/commit/14d2c8f372802a2caf7bfb7240f5cee11333f596 Updated the tinkerkit examples with working website.
https://github.com/rwaldron/johnny-five/commit/d4d207ea2ffe0bd44bd7b4d74e3ea2a79ee8d516 Fix linting nits
https://github.com/rwaldron/johnny-five/commit/485181aca549a6b53c265d1bfa568de90844eeef Keypad examples, test cleanup
https://github.com/rwaldron/johnny-five/commit/22a92b021502a554be0efe682cc52c75f85f9638 Alias Keypad => Touchpad
https://github.com/rwaldron/johnny-five/commit/6ee35bf21b0cb97ef521e94b3547ae05805a6f4e Support alternate key target maps for same controller
https://github.com/rwaldron/johnny-five/commit/6e92c636d33c2f67ee5c995742afb4bbc57a8df9 toKey => toTarget
https://github.com/rwaldron/johnny-five/commit/542b8deda60acac19c393d9b3d5eeeef142efae6 git mv eg/keypad-MPR121.js eg/keypad-MPR121QR2.js
https://github.com/rwaldron/johnny-five/commit/95014c9d6b6eaed927c8481e0a94047bb2de8797 Add default show arg
https://github.com/rwaldron/johnny-five/commit/b0f68101dd94c3df8a7d134e803701c83cb348a9 MPR121QR2 is not the same controller as MPR121
https://github.com/rwaldron/johnny-five/commit/4dd39980e0e44e377c2b53fae111ddac5db24178 Keypad class
https://github.com/rwaldron/johnny-five/commit/5092eb5bda5c5682ec3a629efebff333685ff6fe Examples: minor nits
johnny-five - v0.8.80

Published by rwaldron over 9 years ago

johnny-five - v0.8.77

Published by rwaldron over 9 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/9d0e55d39e1eebc16d5044ca6737d650067963dd v0.8.77
https://github.com/rwaldron/johnny-five/commit/10df0b2b0110754f85304415c2529535a9ac239a Led: Fix indentation
https://github.com/rwaldron/johnny-five/commit/a597b9d7f4f5607f00a908a44c29b1641e709292 Add precisions on how to contribute to eg/docs
https://github.com/rwaldron/johnny-five/commit/64178ad8bfcf97edb43a309f4a35627339f33f3f Examples: fix typo in motor doc
https://github.com/rwaldron/johnny-five/commit/d41d39ef8d63165f8f6d04fac719de4e350698e6 Expander: Fix PCF8591 tests
https://github.com/rwaldron/johnny-five/commit/62c1b114da635d0fbc12593bfa69e94e168b163b Update grunt-contrib-jshint
https://github.com/rwaldron/johnny-five/commit/1e42e2f66a3627112a238048ec93abdcabf18188 Expander: PCF8591, fixup
https://github.com/rwaldron/johnny-five/commit/e4a15fdeccbf991e2d5348c1d69386626112bed8 Expander: PCF8591
https://github.com/rwaldron/johnny-five/commit/bf8735c84da12613f057dd2b1c9f33148969d05c Expander: switch examples to simplified API
https://github.com/rwaldron/johnny-five/commit/c851c141a210cf590844f50186d1d1916f282520 Led.RGB: Handle special value for fully off common anode LEDs
https://github.com/rwaldron/johnny-five/commit/3baeaa96aad19247d45be45bdedd2bca5f574efc Button: refactor to controller design.
https://github.com/rwaldron/johnny-five/commit/f52b814f543e6d900de42a81caf037c673d93e30 Expander/Virtual updates
https://github.com/rwaldron/johnny-five/commit/17315f1a61cb233fcbb5e9a257a6ddcae6964d8e Boards: restore "lost" ready event for multi-board cases. Fixed gh-810
https://github.com/rwaldron/johnny-five/commit/a1f3150849fc0f56067fd434b48ac7b907c27718 Led.RGB: Minor cleanup
https://github.com/rwaldron/johnny-five/commit/bcb477dffa09832c7d83e97aa99aba92eebacf61 Led: Remove type option
https://github.com/rwaldron/johnny-five/commit/ce8212430e9dcfe923beb4fe3835697f86d22706 Led.RGB: Move internal value writing out of controllers
https://github.com/rwaldron/johnny-five/commit/838bc2b34fc07860c0f67ca1ed802fce6f1689bc Led.RGB: Add Esplora support
https://github.com/rwaldron/johnny-five/commit/e0b967d32c980fe11d9e51b8471b2d403b910b31 Led.RGB Tests: Add assertions for non-PWM pins
https://github.com/rwaldron/johnny-five/commit/7a91d9cbfcde9180b4c800ce5ae9dced96700972 Led: DRY out the shape tests
https://github.com/rwaldron/johnny-five/commit/1e9c148df2fd420dc06666192f862083f8285a1e Led.RGB: Add BlinkM support
https://github.com/rwaldron/johnny-five/commit/70decedceb1aefe61512f074dfcea27f02252fd3 Led.RGB: Make write() writable to clean up tests
https://github.com/rwaldron/johnny-five/commit/397383fc6144320fc06c4f0a72be700b53d017d9 Led, Led.RGB: Move interval to private state
https://github.com/rwaldron/johnny-five/commit/4bada6b8ff50e96fe2c78e449ffcec03fb3be7d8 Motion: GP2Y0A60SZLF
https://github.com/rwaldron/johnny-five/commit/263f308dccfdb405d6ff227942eda4e77b0cd926 Led.RGB: Refactor to device/controller model
https://github.com/rwaldron/johnny-five/commit/546904b762fe5f58c4f5950138945a83da30c7b9 Sensor: Add microphone example
https://github.com/rwaldron/johnny-five/commit/7342a11607a0e339e1b8e52e05f4f0ed30b3039f LCD: Update examples to reflect present, correct API
https://github.com/rwaldron/johnny-five/commit/1a61f54380badc00f2e34b737651abf13a615f94 Expander: MCP23017, MCP23008, PCF8574, PCF8574A, PCF8575, PCA9685
johnny-five - v0.8.75

Published by rwaldron over 9 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/3636d4d240d856f3449a4de6e21de8bb2f2b3c6e v0.8.75
https://github.com/rwaldron/johnny-five/commit/2dd715ff84871dbbc69bc607b16eac547572eb20 Motion: Support for GP2Y0D810Z0F & GP2Y0D815Z0F
https://github.com/rwaldron/johnny-five/commit/2b991dd56697e82673ff7515a42dad56fbd3f207 Accelerometer: Add support for Esplora
https://github.com/rwaldron/johnny-five/commit/cb32d80a7e4343f1d3b185b28497d617b627eff7 Accelerometer: Remove duplicate definition for ADXL335 controller
https://github.com/rwaldron/johnny-five/commit/e0f9a1a61b79d32ff16224a263be8178a99c8fd5 Accelerometer: Whitespace cleanup
https://github.com/rwaldron/johnny-five/commit/e526cf6a8acf669af3d392dae7ef08968068a827 Joystick: Controller refactor, Esplora support.
https://github.com/rwaldron/johnny-five/commit/084b02812830487c4553d0ee5c9ef8af159cfaba Collections: make methods mixin.
https://github.com/rwaldron/johnny-five/commit/add19d16351839f90a2151f2327f5116ed5ad445 Compass: combine scaling and heading calculation; conform to predominate controller pattern.
https://github.com/rwaldron/johnny-five/commit/97532b61eb449e4a65fb78bc036df1c519138260 Motion: remove garbage pixels from bottom of motion diagram
https://github.com/rwaldron/johnny-five/commit/5ecf5c71d2e98b6841e4e2974e0bf1d2d431f290 Motion/Proximity: updates to aliases, examples, breadboards
https://github.com/rwaldron/johnny-five/commit/d0b4b010f9a5dee82b9a4f5cc84f3d86af4318ad Motion: add HC-SR501 alias.
https://github.com/rwaldron/johnny-five/commit/73b1d6ee2c1cc83821ba204e6911e56ba3bf950a Motion: nit-picking to descriptions
https://github.com/rwaldron/johnny-five/commit/ed3dd745b8b8fe0fd3d6d4c85aa43a7b2c26f36d Motion: comment the data firehouse, incl. comment re: behavior.
https://github.com/rwaldron/johnny-five/commit/8a89f3bf5da26ee48e4601f7666be980343aa830 Motion: Add generic change event.
https://github.com/rwaldron/johnny-five/commit/f6952a1e80e80b4e8d7cfb35170b2961eddc61c6 Motion: finalize GP2Y0D805Z0F support!
https://github.com/rwaldron/johnny-five/commit/30b4ed07fbb9a92d89f879748478536c05cac081 Servo: fix non-firmata non-normalization test
https://github.com/rwaldron/johnny-five/commit/4b6e8071bb9a0c06ec799514032c867a8804f534 Led: consolidate Object.defineProperties(this, ..) mode def.
https://github.com/rwaldron/johnny-five/commit/e8b83f4fa72e23b300cb45f36733db0222339c43 Servo: Fixes tests that would break due to reliance on a polluted environment.
https://github.com/rwaldron/johnny-five/commit/41277dcda5d554cd40c0da5b89d14ee30d114e93 Adds "release" file to npmignore
https://github.com/rwaldron/johnny-five/commit/d717b371f2f00702f6090f48616d644bd4e81ac0 Cleanup nits
https://github.com/rwaldron/johnny-five/commit/63e1b85728d8209b550e143583a2a3b07af56a69 Update examples, add deprecation warnings
https://github.com/rwaldron/johnny-five/commit/dcaac9355b86919141e0057277d7841553eaf600 Add GP2Y0D805Z0F plus tests and examples
https://github.com/rwaldron/johnny-five/commit/954cf70735d024cf8b1a24157a8f47576ccd4164 Remove temporal, add toBoolean
https://github.com/rwaldron/johnny-five/commit/829a5a3c62fb7ea7f8c2f4b3b36e2eafdadcee5e Added motion class with PIR controller
johnny-five -

Published by rwaldron over 9 years ago

johnny-five -

Published by rwaldron over 9 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/36f3a6f88e68c874c4a1102c9d97cc80e9f7bc9d v0.8.73
https://github.com/rwaldron/johnny-five/commit/891835f8cfc6306721c2254ff482fbb3b1c2bf2d Readme/Gruntfile: move the noedit message below the header to prevent being treated as frontmatter.
https://github.com/rwaldron/johnny-five/commit/90e4f8c60cb8eb6341ecd64c58d3ecdbac4b09ca Remove dup with wrong breadboard
https://github.com/rwaldron/johnny-five/commit/145449195f33d084bd13834294d831ae76336e3e Examples: add basic starting example, plus grunt task
https://github.com/rwaldron/johnny-five/commit/8e2b570c792fd01c7b9242548812bb326a39f76d Examples: add LED RGB Anode PCA9685 to generated examples
https://github.com/rwaldron/johnny-five/commit/a9f308009f9a270f7f2ee68136f3b6c7ce65408e Led.Matrix: Improve addressing and initialization; adds tests.
https://github.com/rwaldron/johnny-five/commit/8e84989200e2891d3f14fa3a352a18a07aed2cb2 Breadboards: Fix common lead for common anode RGB with PCA9685
https://github.com/rwaldron/johnny-five/commit/a16b42e9ab7fe4f34903cd2aacf5e9edf1922691 Examples: Add common anode RGB with PCA9685 controller
https://github.com/rwaldron/johnny-five/commit/ce9bc4d0c3a8b8dedc05f2b4fc7477a04ded3bdf Led: Fix initialization of successive pins on PCA9685.
https://github.com/rwaldron/johnny-five/commit/affa20e9d6ae2c38074eaa6a7e65a5ba88a4ebfc Led: Test cleanup
https://github.com/rwaldron/johnny-five/commit/37fcc34819fc87c58b3258953b68be2287159dad fix RGB-PCA9685 lead mismatch in fzz
https://github.com/rwaldron/johnny-five/commit/6a4f1e5195b1255b64cb3473b7bd11550ec7bded Tests: Motor, calledWith => args[explicit], or firstCall.calledWith
https://github.com/rwaldron/johnny-five/commit/12d84d218da4047ca196d28658dadceea90ffa9e stepper tests getCall/args consistency
https://github.com/rwaldron/johnny-five/commit/adb0f60353c505e0fcd7c66290beec831905140a Tests: LCD, calledWith => args[explicit], or firstCall.calledWith
https://github.com/rwaldron/johnny-five/commit/a4cb3436f2b86b7697d9e487002e528a38092327 Tests: Accelerometer, calledWith => args[explicit]
https://github.com/rwaldron/johnny-five/commit/b7afaa1e5904d254241cfd3146899941fd9d65bf Restore prematurely migrated pulseIn calls in test/proximity.js
https://github.com/rwaldron/johnny-five/commit/e44fce225fb18ff19f7294fedc180df55b24ca87 Proximity: MB1010 LV-MaxSonar-EZ1
https://github.com/rwaldron/johnny-five/commit/e1c2ecbab7cd3076388996a992bad2af1cb66b4d Breadboards: Fix LED PCA9685 connection. Fixes #772
https://github.com/rwaldron/johnny-five/commit/91748fe0fab17e91d04682bdd6d62153950fc51f Throw exception when attempting to create Pin without pin number
https://github.com/rwaldron/johnny-five/commit/02d58172433d83bdf93bc52da72be4b18c3d2311 Add Pin class unit tests