johnny-five

JavaScript Robotics and IoT programming framework, developed at Bocoup.

OTHER License

Downloads
11.2K
Stars
13.2K
Committers
158
johnny-five -

Published by rwaldron about 7 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/4f15bff4483067c9f66745df4ffbc85884686a4a v0.11.4
https://github.com/rwaldron/johnny-five/commit/af8494b8ca0e23e50e7d620500955b0754a561c8 Fix support for synchronous animtaion queues
https://github.com/rwaldron/johnny-five/commit/7638bc5762ca6b45d4335f1d18b16b8d9b778843 Fix this usage in Board - Specify Port Example. Closes gh-1369
https://github.com/rwaldron/johnny-five/commit/cdf1a749d39e104a8a9fcaba38385696417ca64f Sensor: value emitted via event should match sensor.value
https://github.com/rwaldron/johnny-five/commit/52ab1c1a9f118d5c581fe705927cf9488483aeae This adds support for having multiple driver instances for the DS18B20 on different pins (1wire bus) concurrently.
https://github.com/rwaldron/johnny-five/commit/bbd0d19f2372e3cb80e55056d09d965bc24e392a LCD: Fix autoscroll for JHD1313M1
johnny-five -

Published by rwaldron over 7 years ago

johnny-five -

Published by rwaldron over 7 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/2401180a5e5474dfed8a2297d7dac4861bc09759 0.11.0
https://github.com/rwaldron/johnny-five/commit/ae4d64ec8f42980387799426e44a49e428cb6728 Package.json: update dependencies
https://github.com/rwaldron/johnny-five/commit/893a2a86fa4ec7316566ee6124ab9e64200fa1bb README: add coverage badge
https://github.com/rwaldron/johnny-five/commit/6d627e33e722b9d05e703a9fbb9d91049b706162 ci: remove node 8, reorganize coverage operations
https://github.com/rwaldron/johnny-five/commit/841d69bc243550c9cb00ca7c0aaf138e54e2629d ci: run test and coverage check at same time
https://github.com/rwaldron/johnny-five/commit/288a2af356923ee9df327e0640374e117c1cc98a ci: remove node 5, add node 8
https://github.com/rwaldron/johnny-five/commit/7b4489d3d89770e4e86716183eafdd019e801c17 Fix board tests
https://github.com/rwaldron/johnny-five/commit/f684a201096755002c17e2e6ef36499c01ef6165 Give Thermometer enable/disable methods
https://github.com/rwaldron/johnny-five/commit/b050bf8d75c5e2c96cd5bb2b41a3b742452a7007 v0.10.13
https://github.com/rwaldron/johnny-five/commit/bedcbe3933bec91e793d0d1363f11b8c0a1b5432 LCD: Wait for fast instructions to complete
https://github.com/rwaldron/johnny-five/commit/1e90c6fb7ae326d26c0750d502b2cdf4f6751924 Missed Symbol availability check
https://github.com/rwaldron/johnny-five/commit/a3de9cb09e910610ece0ae4582bfdcc46e15be7a v0.10.12
https://github.com/rwaldron/johnny-five/commit/2884c2e5120b6eb1b8e91de806b238825ff68ba1 Collection: fix Symbol.iterator check for ancient Node versions
https://github.com/rwaldron/johnny-five/commit/ea7ca5d8449efb258ea692fc10ca1c97f9320d7e v0.10.11
https://github.com/rwaldron/johnny-five/commit/c39b92ed63a3367e9b3bf04666317250ee70e96c Light: TSL2561 set 16X gain and 13ms integration gain for TSL2561. Fixes gh-1333
https://github.com/rwaldron/johnny-five/commit/be3e8bd6211c6c1c1c25613d2bb7cc487466a581 Collections: add Symbol.iterator
https://github.com/rwaldron/johnny-five/commit/291a1dbf29870fd1d590725f420d169b1a77806f Multi: implement standby time for BME280 start up. Fixes gh-1274
https://github.com/rwaldron/johnny-five/commit/7b2ed1fd05fce622c4ca8596022fa1ea67d6579a v0.10.10
https://github.com/rwaldron/johnny-five/commit/becdd6e056d9c58c2a146cdca35410b38cdef6ba Adds Brad Buchanan [email protected] to contributors
https://github.com/rwaldron/johnny-five/commit/001f27f22c34a95c30bf0fcab372f3c22308e8f6 Fix Piezo.prototype.note() (#1328)
https://github.com/rwaldron/johnny-five/commit/6d8b4a367147e50c1920ac17608f78c2eacf0e70 Make unit tests less flaky on Travis CI (#1329)
johnny-five -

Published by rwaldron over 7 years ago

johnny-five -

Published by rwaldron over 7 years ago

johnny-five -

Published by rwaldron over 7 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/974660072d2ac38c71d8f63b7489d614e7df6be4 v0.10.8
https://github.com/rwaldron/johnny-five/commit/9cf22886c732fc79b0711cfca390d53166398a79 RGB: Additional CSS 4 rgb(), rgba() support (percent values)
https://github.com/rwaldron/johnny-five/commit/e33570405409f850cff301a872be754a2e83e596 Add support for CSS color function notation to Led.RGB.color() (#1320)
https://github.com/rwaldron/johnny-five/commit/548c6f16a1b0006cf67ef32d5ee321c54db630b5 Multi: SHT31D wait 15ms for conversion and convert raw bytes to uint16 (#1319)
https://github.com/rwaldron/johnny-five/commit/823d913808257fe2b52b76b3d0844e4cd80ce7e7 Expander: don't require an address when unnecessary. Fixes gh-1291 (#1312)
https://github.com/rwaldron/johnny-five/commit/6e28b124ddc04e4e9f384eba88de47f5b7c5d3ff Proximity: store HCSR04 delay as msToNextRead
https://github.com/rwaldron/johnny-five/commit/4ef61fdd497404fac7fd49c351861ef2b21a3281 Proximity: Adds power jumpers to HCSR04 Backpack example.
https://github.com/rwaldron/johnny-five/commit/a326a46732b8b762185b5fc9bd764dd680e49c78 Board: changing "Device(s)" to "Available"
https://github.com/rwaldron/johnny-five/commit/308b8cc81a7502153d297a79b5072c8e55a67e28 LCD: update init sequences for PCF8574A/T and MJKDZ
johnny-five -

Published by rwaldron over 7 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/562d37b659f5132c82d7e5e8dd670169b20143d9 v0.10.7
https://github.com/rwaldron/johnny-five/commit/7b46d721f3a6adadca2ac93456d481bb73bc4651 Gruntfile: update copy-paste API calls
https://github.com/rwaldron/johnny-five/commit/7ea41bcbeb3e78d9bf0bccd8fcf25736c6a89b89 LCD: Send correct bit fields for on/off command for PCF8574A/PCF8574T. Fixes gh-1314
https://github.com/rwaldron/johnny-five/commit/7ffc64f2e4341c8e74c6c967d53e7bb0955a4922 Tests: add missing globals to test/.jshintrc
https://github.com/rwaldron/johnny-five/commit/50e2e1e15ac8163159b6a0d12c63120c8efc705b five: 100% coverage
https://github.com/rwaldron/johnny-five/commit/c13571bfe94b2d8303c368477598241a0c65dcc7 Multi: correct SI7020 & 7021 to uint16. Fixes gh-1315
https://github.com/rwaldron/johnny-five/commit/931397f49bc7513dc94ccd8982d874cf973af828 Coverage: migrate istanbul to nyc
https://github.com/rwaldron/johnny-five/commit/c840d995b238f2b9a6bebea690d95a1b49aa09ea Package.json: let npm format prevail
https://github.com/rwaldron/johnny-five/commit/0ac3da27dde9b1d68a1a6bc6e4572924e73749b8 Repl: test coverage 100%, await pending for exit; Board: await pending for exit. Fixes gh-1306
https://github.com/rwaldron/johnny-five/commit/3e51fec66717e815942edb5b38623fae3d6625f7 Deps: update copy-paste 0.3.0 to 1.3.0
https://github.com/rwaldron/johnny-five/commit/c524e9923136108d6ab50c98d00b76ed12175ca0 Light: tests for BH1750; minor reorganization of whole class def
https://github.com/rwaldron/johnny-five/commit/23a952627ad5bc75fcc5a68f5b4b202aa088f6e0 Sensor: use io-plugin provided ADC bit resolution, when available. gh-1276
https://github.com/rwaldron/johnny-five/commit/b63033cc65d0963850a40515a4d1ce81959f0ad1 Sensor/Sensor.Collection: 100% coverage
https://github.com/rwaldron/johnny-five/commit/cab1704c07cb07fae135042a282d8254efe9d0a7 Sensor: update to use assigned bit resolution
https://github.com/rwaldron/johnny-five/commit/595549c336be13cf45df3ca2babea4ee8707681d Updating datasheet url and datasheet references.
https://github.com/rwaldron/johnny-five/commit/8b5fbd62b1ac22540ba4650da443796932f27428 Thermometer: LM35/LM335/TMP36 max raw value 1023 (#1299)
https://github.com/rwaldron/johnny-five/commit/3a5e2616f0f05b3e802dd41070110ced236e10de Accelerometer: ADXL345 use typical sensitivity (#1300)
https://github.com/rwaldron/johnny-five/commit/e93e8e098247d1e3d2665f3ce675e312d91c55a4 Multi: HTU21D convert raw bytes to uint16 (#1296)
https://github.com/rwaldron/johnny-five/commit/933043ba776328307d511f8d96ab1e0962b483a5 Fixed scaling factors (#1284)
https://github.com/rwaldron/johnny-five/commit/aec7853ca493f2eda7826228131267e949e8beb2 Added support for BH1750 light sensor
https://github.com/rwaldron/johnny-five/commit/9541fc265a2db815474e4b2b0232501b9f696b28 Updating the copyright to 2017 (#1270)
https://github.com/rwaldron/johnny-five/commit/cae125aecb7f156ec1aa7dcf2d4cbc47c868c763 Relay: Fix typo (#1261)
https://github.com/rwaldron/johnny-five/commit/2d018e09502e5545f3bfcfa90e16bc5d7afce3b4 LCD: bgOn/bgOff for applicable devices
https://github.com/rwaldron/johnny-five/commit/3489091b64d09d3a73b8b29c6357f3ae384fd1ff Tests: Move extended/*.js to own grunt task
https://github.com/rwaldron/johnny-five/commit/f49810f4a6abd159416d7145e03414c825676fa3 Gruntfile: adds nodeunit:extended
https://github.com/rwaldron/johnny-five/commit/18a63816befd7fdf021f86355fa1318bef00f057 Multi: BMP180 SF version fix to +/3.3V
https://github.com/rwaldron/johnny-five/commit/13eb1bea80d7b0f0727ffd1d2b76608e3528c42e Multi/Thermometer/Hygrometer: SI7021
https://github.com/rwaldron/johnny-five/commit/1b968f4b835bccf1a6d7a8c91e9bbe5facd8f900 GPS: Sparkfun GP-20U7
https://github.com/rwaldron/johnny-five/commit/2fd75bc33add8c50aabe8adcce4a5c6039a4ddea Add dual H-bridge example
https://github.com/rwaldron/johnny-five/commit/dca427391cb1236a8f19e96fca149198846194e3 Add fritzing for dual h-bridge example
https://github.com/rwaldron/johnny-five/commit/8c443d30c7d7571d1c76af00bedb762645ed9d4c Update fritzing for motor-enable example
https://github.com/rwaldron/johnny-five/commit/ea06bcd2c1edabf7e1a141fb88cd2d672192ca04 Update fritzing for H-bridge example
johnny-five -

Published by rwaldron over 7 years ago

johnny-five -

Published by rwaldron over 7 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/b7d8925e046bb315a20ca2ed73dc1cae0b2fc0da v0.10.5
https://github.com/rwaldron/johnny-five/commit/3c1a68fd1fa122eda0f396ead5fc4f8b9e08cc71 Color: nitpicking garbage
https://github.com/rwaldron/johnny-five/commit/e6b938f1d014a53f9910b4a7b3951956fd89cc16 Test: nits/lint
https://github.com/rwaldron/johnny-five/commit/8b1d592afd3bdba4607e1603b93639544256e280 Test/Bootstrap: add addControllerTest to globals
https://github.com/rwaldron/johnny-five/commit/7c8921dcc0edb7e16e926c3fb0daf1c0f4702489 Compass: fix error message, missing/invalid controller
https://github.com/rwaldron/johnny-five/commit/8de69c7f9c40ce9e5020bcc14a14af1bc4c9519c Light: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/958ba272cee0ec7162477f55b00884c254939937 Joystick: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/c86e6c3d3bb5142bd7506ec49572be30b6e00619 Gyro: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/386ca2ac65a1e132a7f1db9764ddf19d85ec3b8a Compass: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/a170123ed5e3e6a271a0489872ce7f0a1eb6ed7e Button: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/812260d349fc5e47cc7dfc938102984ebf716998 Barometer: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/2fb3c3a59546bd9adda1ce5c5b33f590148c1072 Accelerometer: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/71fc76413d6329f5b83b35050328be81b90e5120 Color: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/44ed81aeb225d5efa196965439773db3c418091f Altimeter: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/0d5835c83d7df0d16fd2f7e3ea77b94b2ac0492a Motion: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/91c24b06bc6df1f48b6abe5f07914f8f08fc9216 Motor: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/8fc6b24239b3c440d588d6d60799ea30efcf67a4 Proximity: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/0a417e97d26067ce27a4ea462ab17fdaad3f825e RGB: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/fdf396c917b63ecd473a60bd157485cc8566fe4a Multi/Thermometer: more robust DHT variant checking
https://github.com/rwaldron/johnny-five/commit/dd4771916e35c7df133b977b23844fac3704580e Test/Bootstrap: remove initialize call check
https://github.com/rwaldron/johnny-five/commit/7ec4648249a73a90776e90fd0f13f71acbac35a0 Thermometer: adds generic Board.Controller call enforcement test
https://github.com/rwaldron/johnny-five/commit/9558e3605b5d5050abffb652c054ee082cc41139 Servo: Update to accept custom, user defined controller objects.
https://github.com/rwaldron/johnny-five/commit/da5057f5aa735423ab6bdc7b4880e068f3a05e18 Test/Bootstrap: add generic Board.Controller call count and controller resolution test mechanism
https://github.com/rwaldron/johnny-five/commit/dc13cc0e44a496e730fb9fda787f7377e651ca93 LCD: update controller resolution to match present form
https://github.com/rwaldron/johnny-five/commit/050fbbe81352a89659580de9771bd320f37de220 Components: Update test mode condition and exports
https://github.com/rwaldron/johnny-five/commit/7bf55ebcb2ac90815df7caf1e7fb856cec8d18a4 Fix syntax error
https://github.com/rwaldron/johnny-five/commit/efa455e557f55f32508acbb876efe48dce184f3c Luxmeter: cleanup and aliasing
https://github.com/rwaldron/johnny-five/commit/03945c28b050af7d24f430926ef9cc5824164ede lint nits
https://github.com/rwaldron/johnny-five/commit/5533f8586d32bebeb698059be930993d14d435be Light: re-writing TSL2561 driver
https://github.com/rwaldron/johnny-five/commit/d493a9eb7403a022a2b928f557958ad74bdad33a Implement timing delay that adheres to the timing set to the chip at initialization. Fixes gh-1196
https://github.com/rwaldron/johnny-five/commit/d55c4f276faccf37e0a049d8e5cefbdcb5455a28 Dependencies: use latest Firmata.js
johnny-five -

Published by rwaldron almost 8 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/3e1c783e9689aed9dc52ac5eb39e284f8a3e38ac v0.10.4
https://github.com/rwaldron/johnny-five/commit/b9b70d2cfd2b4c1d456c5827de4f1a5a96ba1b86 Compass: improved test coverage
https://github.com/rwaldron/johnny-five/commit/307e3df1a2acba295f534997df1faeaad8410956 Add @andrewn, @shimnex contributors
https://github.com/rwaldron/johnny-five/commit/a78a94114afa64e6bacd180ebed4bf20fa087954 Button: tests for explicit pulldown constructor property
https://github.com/rwaldron/johnny-five/commit/5d9a46252b52363d069d8f8eb402313044553200 LCD: add test for memory leak fix
https://github.com/rwaldron/johnny-five/commit/732e038fda728d1c6c24c0e479583cb57ff08b86 Examples: fix LCD built-in characters
https://github.com/rwaldron/johnny-five/commit/6c3d11bd00f7f0aaf8ac82c2586a0f1f9b8b5416 Examples: regenerate
https://github.com/rwaldron/johnny-five/commit/387b404f3dcc11917d4d1e3a9e4f8bf38b1077f4 Readme: add example count to readme
https://github.com/rwaldron/johnny-five/commit/5bf8b970432a45e78154626decbfb6258870010c Examples: update all to use multiline @markdown wrappers
https://github.com/rwaldron/johnny-five/commit/26600401df27233d0a5b46a19355acc5dbb3b238 Motor: TB6612FNG example program (w/ Tessel 2)
https://github.com/rwaldron/johnny-five/commit/814da939efa31b229eb572c114fc63bffd88b660 Update lcd.js
https://github.com/rwaldron/johnny-five/commit/fd1e242a0ebe23d1170b91ad5e5634d68d570168 Update lcd.js
https://github.com/rwaldron/johnny-five/commit/07a4ec2ccaa86e2dd9714aaedcdf0fb6116fc49d Update lcd.js
https://github.com/rwaldron/johnny-five/commit/6f8def6d6a41a30e95c0c6aafdf09c31c8f748b1 Use more then 8 predefined characters
https://github.com/rwaldron/johnny-five/commit/5eaddeebbbaae2bc290df1515b3a01e34b38347e Led.RGB: Fix example "LED - Rainbow" (#1239)
https://github.com/rwaldron/johnny-five/commit/c8652f51517c5f2d5005c51e8e377578f644b1bb Add @nullvariable to contributors
https://github.com/rwaldron/johnny-five/commit/136fbcd6ba6a5f96036ed7ca4f4248f510f3fe1f remove controller alias for HD44780 (#1238)
https://github.com/rwaldron/johnny-five/commit/810d9223f9555d7ac6bb078d0837d73d84a0ef0b Add support for enabling built-in pull-down resistor
johnny-five -

Published by rwaldron about 8 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/421da729b4cb9b337e9364d79bd67458cd2e7557 v0.10.3
https://github.com/rwaldron/johnny-five/commit/060d2bc4771206a4026648a411364e8be6484db0 Hygrometer/Multi/Thermometer: adds missing DHT21 & DHT22 examples and diagrams
johnny-five -

Published by rwaldron about 8 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/0f5b84e9164fdd57b176e16f474da6e3eaf8e6be v0.9.62
https://github.com/rwaldron/johnny-five/commit/cde12b9389a13b6de99cea729b722bec3393df1e Deps: [email protected]
https://github.com/rwaldron/johnny-five/commit/935fd36c49a2fcad3645e3d3921554baa278b708 LCD: More Grove RGB LCD examples. Closes gh-1195
https://github.com/rwaldron/johnny-five/commit/0adb65f02086a12fc5c35cfba135ea0eab85ffda Lint: fix lint nit
https://github.com/rwaldron/johnny-five/commit/d2c9a79d6311792472b4643771fd59db29617e65 Animation: 100% coverage
https://github.com/rwaldron/johnny-five/commit/e6e30e139055ed7e56f9b381ea9acc0fd06d37de Led/Led.RGB: tests split into separate files
https://github.com/rwaldron/johnny-five/commit/51077d2faa684cb756da3bd0cbfa092318d8790d Lint: add RGB to globals in test/.jshintrc
https://github.com/rwaldron/johnny-five/commit/ac68870bbea0a540a668e8efb80ee5f474540663 LCD: minor nits and cleanups
https://github.com/rwaldron/johnny-five/commit/1743ea572d96416225d091b60b83b4c9ad79343f LCD: Use RGB.ToRGB for bgColor() on supported devices
https://github.com/rwaldron/johnny-five/commit/9f8c07a322dce27ea7e4aac142300e52cec77087 Tests: explicitly require "test/common/bootstrap" to prevent resource loading race conditions
https://github.com/rwaldron/johnny-five/commit/b719b3a39c1337e79cc339f570b52cf720a5a818 LCD: "OP" => "REGISTER"
https://github.com/rwaldron/johnny-five/commit/bba33612e41a7c01ab5343246ce1810f186cbc67 Add @haru01 to contributors
https://github.com/rwaldron/johnny-five/commit/9404cf6c9a8a9423c2946df6cfa4f5ebe7ed57cb fix pin 7->8. docs/breadboard/button-options.fzz pin '8' (#1194)
https://github.com/rwaldron/johnny-five/commit/40528d544b53d48d092fa61b4159a0222748b3f8 Add Rhys van der Waerden to contributors. References gh-1187
https://github.com/rwaldron/johnny-five/commit/276d9013db2e4fc6e09af7579425dc3e4b0eb18c npm binaries are in the path for npm scripts (#1182)
johnny-five -

Published by rwaldron about 8 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/b26aab11f95749d1a2bfb59c604e9854382acca2 v0.10.1
https://github.com/rwaldron/johnny-five/commit/c6405faff50061c5e5be7b8384c21528e7119ef7 Multi: fixes to TH02
https://github.com/rwaldron/johnny-five/commit/ef2e19ff5d2e1c61da3168b4b42b1c55a92b4966 Fixes Fn.u* functions
https://github.com/rwaldron/johnny-five/commit/415202bb7d6cc18233c6facd1f4549dca193f5a4 Fixes Fn.uint32
https://github.com/rwaldron/johnny-five/commit/960e2a56146ff5348eceb8b34e443ec06eeab462 Fn.bitValue: clean up comments
https://github.com/rwaldron/johnny-five/commit/1cf710e1b1296e46bf2634238003adc05947b541 Fn.range: Add test for uncovered branch
https://github.com/rwaldron/johnny-five/commit/b5ef19a0a737043248b0107ee1177c03d892d870 Fn.u* and Fn.s*: Update comments and tests
https://github.com/rwaldron/johnny-five/commit/2bbec6ecc9ca38708e38b3d544eeea4011a73dcb Remove outdated overloading
https://github.com/rwaldron/johnny-five/commit/0115cec7fba3018368516b9c7b4c1261a6ab06d0 Fn.fmap: update comments
https://github.com/rwaldron/johnny-five/commit/2fe9d65ad921b8d576d13e8777408f53bd2362d7 Fn.[u]int*: update comments and add tests
https://github.com/rwaldron/johnny-five/commit/515e9e5beb68584a5b38ad06bebe67cdf3d65821 Fn.bitValue: update comments and tests
https://github.com/rwaldron/johnny-five/commit/79de80ce42a7627fa3d96aeae3b8954a5a697b91 Fn.sum: Update comments and tests
https://github.com/rwaldron/johnny-five/commit/bc62b6177109bfc94b58e499dfbc99ed9d90b74a Fn.square: Update comments and add tests
https://github.com/rwaldron/johnny-five/commit/abe928d2433504e4c9ab9ca3648ad7dc488c9c1d Fn.uid: Update comments
https://github.com/rwaldron/johnny-five/commit/1f65d619f3b0a4512aa59bfd025ffb29dcfbe7fb Fn.range.prefixed: Update comments and tests
https://github.com/rwaldron/johnny-five/commit/2c6b926ef9cbcc01ec504a13b84e4a0a0d7c1b0e Fn.range: Update comments
https://github.com/rwaldron/johnny-five/commit/84ff22879f3210739017f5e6d17706182c9b4b3f Fn.inRange: update comments and tests
https://github.com/rwaldron/johnny-five/commit/cd3fd55f13436821014af627801abe4fb644a06f Fn.constrain: update comments and tests
https://github.com/rwaldron/johnny-five/commit/c3a802a72a88c32b1c514fb4a3662f29007f8ee8 Fn.map: Update comments
https://github.com/rwaldron/johnny-five/commit/682e84375cfeb74f5f65140cc26c4acfc6389316 Fn.toFixed: comment and add'l tests
https://github.com/rwaldron/johnny-five/commit/1843e4f20c81142f8f272c41d00fc2f9fb728156 Constructor var decl order nitpicking
https://github.com/rwaldron/johnny-five/commit/66b3a716b97d8bf52c5d231dd7412ecccff01b3c Remove unnec comments
https://github.com/rwaldron/johnny-five/commit/dc7e14cccad39e36f30f4852ea5b66e92fe045ae Sensors: normalize examples to follow like-naming conventions
https://github.com/rwaldron/johnny-five/commit/acd87dd647dd115898d9ab9aa84bb5513822ccde Thermometer: remove "temperature" properties. Re-order components lists as needed.
https://github.com/rwaldron/johnny-five/commit/18c5478a8ae75fe71d187d768b27a16c6a5dcd89 IMU/Multi: remove code that has been replaced by Components mechanism
https://github.com/rwaldron/johnny-five/commit/48cb374f3f0e5f774c5bd4764ae753cc43a3011a IMU/Multi: define generic Components that initializes and defines get accessors for IMU controller wrappers, based on components property value
https://github.com/rwaldron/johnny-five/commit/42664a108a7f1debcd204ec020a8f9bbf16cf90d Removes comments that no longer provide valuable insight or credit to original source/inspiration material.
https://github.com/rwaldron/johnny-five/commit/07bd30cb88fc30ecb7a1fc5dd93a8a06a56e26ba IMU/Multi: rename "state" => "calibration" to disambiguate from broader used "state" var.
https://github.com/rwaldron/johnny-five/commit/817b96aa376313894447f506a788244f3678cae0 Examples: update and fix Thermometer examples
https://github.com/rwaldron/johnny-five/commit/002b5191b99a990bc6e6f34ada62b99d5a01ac09 Multi/Thermometer/Hygrometer: HIH6130
https://github.com/rwaldron/johnny-five/commit/1d8b63905f273c4a2212d1aa3e701debe556bc1c Examples: updates and new (BME280, HIH6130)
https://github.com/rwaldron/johnny-five/commit/2ebd3810d396d0ea0aab69ea6518fabbb55a37a9 IMU: nitpicking comment notations
https://github.com/rwaldron/johnny-five/commit/9904027f9aa433d9c1b301ce155f1e7ba831260b Typo in documentation (#1215)
https://github.com/rwaldron/johnny-five/commit/7db091af290e631cd9d28298854d726b8f5a324b Servo/Servo.Collection: 100% coverage
https://github.com/rwaldron/johnny-five/commit/521ad12c1c18d4edb53359f079aee1db86186513 Let's temporarily stopped pin-nannying and see what happens.
https://github.com/rwaldron/johnny-five/commit/fa7318f6af6b2f40ef82a48bb3692736b2a326ba Renaming to lower case with dashes
https://github.com/rwaldron/johnny-five/commit/b2b737389605dfac789a1107c1ba9375c43d0499 improve coding style
https://github.com/rwaldron/johnny-five/commit/e02bcd411991167fcac67398368656aac864284e merge conflicts
https://github.com/rwaldron/johnny-five/commit/0c174b9fee7dacf261a46837caeb5e0c327e6602 fix jslint
https://github.com/rwaldron/johnny-five/commit/7c786a912856f30cdff09e8eda3a990ab93bcae9 Rewrite the arduino starter kit in johnny-five
https://github.com/rwaldron/johnny-five/commit/df30ac8dd3f67c9a08e6c33f88796ccfba0a1f30 Rewrite the arduino starter kit in johnny-five
johnny-five -

Published by rwaldron about 8 years ago

johnny-five - v0.9.60

Published by rwaldron over 8 years ago

Commit Message/Description
https://github.com/rwaldron/johnny-five/commit/95cef985851038eb92d16a4a2249ac68f1bae963 v0.9.60
https://github.com/rwaldron/johnny-five/commit/7d687d15b6874b90dda5db5720190a2065e28790 Animation: move loopFunction to extended
https://github.com/rwaldron/johnny-five/commit/bd66691d2bdacbbea8cf67f95ccb61b22a584679 Lint nits
https://github.com/rwaldron/johnny-five/commit/5142efbfae32a0aa2e74d7ad9d6dc4c832569c93 Stepper: use Fn.TAU const instead of expr
https://github.com/rwaldron/johnny-five/commit/02a80f5c2514e045517bbcb0e64e2fc89fe9696b Board: add test for wait
https://github.com/rwaldron/johnny-five/commit/d26342e832ffde53361600079e4232e78e816b90 test/jshintrc: add Multi to globals
https://github.com/rwaldron/johnny-five/commit/76e6385e23ba16090def3065352f39015b0c8404 Sensor: Board.* => Fn.* where applicable
https://github.com/rwaldron/johnny-five/commit/93db16081b9b4864a01f2b41e7b0c60a175960ee Compass: use Fn.TAU const instead of expr
https://github.com/rwaldron/johnny-five/commit/4b9a15f3740a548db4118ae2d281f170014dc44e Fn: 2π as τ (Fn.TAU)
https://github.com/rwaldron/johnny-five/commit/ab311b0bc0c1954226564dafba6211efe3ab2e71 Animation: 96.84% coverage
https://github.com/rwaldron/johnny-five/commit/bdb81e855bfb52af1f3eedfe6cdb92167e2f9d01 Fn: clean up and better documentation for int/uint makers
https://github.com/rwaldron/johnny-five/commit/632102d7e58ed13eda6a942882820e3566208a43 Fn: rename bitsIn => bitSize
https://github.com/rwaldron/johnny-five/commit/579fec7c5dca42002973b6229901e841ba324271 Fn: ensure toFixed(null, ...) wont throw
https://github.com/rwaldron/johnny-five/commit/bf98fa170fc10425c60bcf5fd3579a569ea3e4f0 Animation: improved coverage
https://github.com/rwaldron/johnny-five/commit/ace218d63363893726c3876e4f7d5ad9ba69efde Altimeter: enforced resolution for meters and feet values
https://github.com/rwaldron/johnny-five/commit/c5b5a1ef64119b39f70ec224d044b3c2854e3679 Board: decouple component state snapshotting and serialization
https://github.com/rwaldron/johnny-five/commit/5e99bcbf0688ff8043d14a759554e506a7564908 Board: remove commented out require("os")
https://github.com/rwaldron/johnny-five/commit/4b4915f7a9d3dce8285fda83b8724a9cc1232a39 Board: Improved coverage (followup)
https://github.com/rwaldron/johnny-five/commit/f0f26d46ad36735116908e752eecc6f7a8fddbf2 Collection: Expose Collection to allow user code access. Includes tests
https://github.com/rwaldron/johnny-five/commit/f4fafbe66336040f4a3d5ff9f61db430f8f83ef7 Lint nits
https://github.com/rwaldron/johnny-five/commit/7c2b4c886958cc8b37b850737fb3bc75bc736c07 Board: 89.79% coverage
https://github.com/rwaldron/johnny-five/commit/4e2342c63c3354ec519dd80c6fef820a09c524a0 Button: 100% coverage
https://github.com/rwaldron/johnny-five/commit/2de3c7c91aa25a93320eea608d9742608afce9db Altimeter: 100% coverage
https://github.com/rwaldron/johnny-five/commit/e7eae084cc2208e7665e81f9825a17bd5b6fa177 Collections: more tests for nested pins arrays
https://github.com/rwaldron/johnny-five/commit/3e371611b492ed13f4bfa0823aeac5bca3ae8d70 Accelerometer: 100% coverage
https://github.com/rwaldron/johnny-five/commit/b92855d132266588781258305d43bbcb1fee2d1c Accelerometer: remove unnecessary array path for analogInitialize; Update ESPLORA controller to assign pins correctly.
https://github.com/rwaldron/johnny-five/commit/4f9a69f97871f165d60ffaee331e49f4f224d859 Thermometer: disable MPL115A2 until more work can be done to determine why the tests have race conditions.
https://github.com/rwaldron/johnny-five/commit/3f4380e1b1789d9faf12c6977624094dd743c50a Expander: (PCF8591) Use correct var for pin number event name. Fixes gh-1175
https://github.com/rwaldron/johnny-five/commit/29b6615027e016d5312f01e0235f6ec745adac2b Fianl removal of Board.Device (replaced by Board.Component)
https://github.com/rwaldron/johnny-five/commit/26a5f6d15dd043b186335525e096d21dbccf0471 Improve LCD millisecond delay handling (#1174)
https://github.com/rwaldron/johnny-five/commit/59ef3a1e140cd97fff0b0bc99ebb8e5d9539dfcf Expander/Accelerometer: LIS3DH Support
https://github.com/rwaldron/johnny-five/commit/435763819f2e7b4b19d69c05c7671f1ce7805471 Thermometer: one day I will defeat this idiotic test.
https://github.com/rwaldron/johnny-five/commit/0c8b7403f3fcc3b4fb7cf4fcdb1cb4eb9adef732 Led: Update test expect count
https://github.com/rwaldron/johnny-five/commit/7858f83c0d9ac16f367a46e2e34a7d40f264467a LedControl: Fix duplicate test with renaming: "led" => "ledOutOfBounds"
https://github.com/rwaldron/johnny-five/commit/650359fbfcbbc08748441cf87a5a4092d8b01cc2 Led: Never break blink() again.
https://github.com/rwaldron/johnny-five/commit/0f0d7b9e19b9ed8176ad2ef6c6fe9ab34693af98 Led.RGB/Led.RGB.Collection: 100% coverage
https://github.com/rwaldron/johnny-five/commit/77a4eb9a75a92b622863b7b5af02b23d703f1808 LedControl/Led.Digits/Led.Matrix: 100% coverage
https://github.com/rwaldron/johnny-five/commit/ab6577de2a19c3cb7b07a19fb534e90a838e0c78 Proximity: Implements Proximity.Collection
https://github.com/rwaldron/johnny-five/commit/2dbe45ed082d3212fd7999c300037cf0cd86e531 Gruntfile: fix lint nit
https://github.com/rwaldron/johnny-five/commit/58e2afb5157bc288e758f56af9949ee1968afe18 Tests: Fix flaky race condition in MPL115A2 tests
https://github.com/rwaldron/johnny-five/commit/71d5aca9bde3353e201b785d70665d4ac9583a6e Gruntfile: make a shortcut task for running "qc" on examples
https://github.com/rwaldron/johnny-five/commit/5a455c74610b4f3b5bbf8d0e3baa91b94e86e208 Gruntfile: add easier to run "quality control" task (see long description)
https://github.com/rwaldron/johnny-five/commit/ed819e266c3adf889954a23203fceee8f52a8615 Led: More test coverage
https://github.com/rwaldron/johnny-five/commit/642db0416143484655f33011576a23c819e9f45d Piezo: I2C Backpack draft
https://github.com/rwaldron/johnny-five/commit/11a6a302cd5de7e91d5f92f001fa1d423b9899ba travis: run test-cover and coveralls
https://github.com/rwaldron/johnny-five/commit/fad822bf393562af83dd8e1c99fb1ff175da4890 v0.9.59
https://github.com/rwaldron/johnny-five/commit/ae5687239b32e908e7423625d00badafa0c6f01c Handle 0 value (#1170)
https://github.com/rwaldron/johnny-five/commit/398679d9e6f9dfa3787cdcd70b04b49779c0c6d9 Gruntfile: fix redeclaration
https://github.com/rwaldron/johnny-five/commit/798f15aef7de351f33a570b4f899cb142048f883 Led.RGB: make sure pin warnings are opt-in
https://github.com/rwaldron/johnny-five/commit/a664531297a49bd6159a86c27d001820939ff604 Piezo: test coverage 100%
https://github.com/rwaldron/johnny-five/commit/127786f38b113a266d63883ed39388f9c338ee9c Piezo: pre-workshop cleanup
https://github.com/rwaldron/johnny-five/commit/3a4d7846e07cd4dd06694dbaa33662b0805ce744 Gruntfile: fix changelog script to work as changelog:vx.x.x
https://github.com/rwaldron/johnny-five/commit/ddfde599949083c441de9f8fbd2a01b2e68929dd istanbul: reduce yml indent
https://github.com/rwaldron/johnny-five/commit/1eeb714631709fa9e52695ec1cd9fbdfaa44a9e8 Add kilida [email protected] to contributors
https://github.com/rwaldron/johnny-five/commit/3d5ef347aff1c1abb2cbad60a9963883c757f1a6 Examples: regen
https://github.com/rwaldron/johnny-five/commit/328a9fbc81d5c25c5c5474490eebdd60cd67f774 Repeated subexpression in brat.js (#1164)