Skip to content

Releases: rwaldron/johnny-five

v0.9.48

23 Jun 17:17
Compare
Choose a tag to compare
Commit Message/Description
a5e9b72 v0.9.48
c7e0443 [email protected], [email protected]

v0.9.47

23 Jun 17:18
Compare
Choose a tag to compare
Commit Message/Description
2b6c3d1 v0.9.47
c15d24c Servo: fixes to sweep + tests

v0.9.46

23 Jun 17:28
Compare
Choose a tag to compare
Commit Message/Description
44732cf v0.9.46
554c808 Gyro/Accelerometer: precision => fixed. Fixes gh-1124
4b7c483 Fix travis failures.
17b171c Thermometer: update and regen examples
a69fa0e IMU/Multi: HTU21D maintenance and improvements
40d018a Gruntfile: cleanup test running.
2eb4501 Thermometer: datasheet organization

v0.9.45

23 Jun 17:29
Compare
Choose a tag to compare
Commit Message/Description
fc68f4c v0.9.45
495e815 Compass: MAG3110 (incl. tests & diagrams)
4e13797 Suggested fix for #1113 (#1114)
dda72ff Add tilt switch switch with clean commit. #1107 (#1111)
9e06037 IMU/Multi: BME280 support
b44c19f IMU/Multi: tests for SHT31
f2c0be5 Fix strange failure on travis
899a3a3 -6
97a1f03 travis.yml: adds node.js 5, 6; osx & linux

v0.9.44

23 Jun 17:29
Compare
Choose a tag to compare
Commit Message/Description
8f898c7 v0.9.44
7683e00 Board: update previously missed "mock-firmata" removal.
dd8b169 Thermometer: fractional digit accuracy per datasheets
39bc15d Thermometer: never emit null
7e333a3 Thermometer: Correct SI7020 fractional digits
8540515 Motion: Tessel example
75ffde2 IMU/Multi: fix lint nits
672f783 IMU/Multi: BMP280 examples
cadbb84 IMU/Multi: initial BMP280 support
95826b4 IMU/Multi: use Fn.POW_2_*
622342c Fn: new consts: POW_2_*; new functions: Fn.s4-32, Fn.u4-32
e194de4 IMU/Multi: register naming/nitpicking
3c608c7 Sometimes I annoy even myself.

v0.9.43

23 Jun 17:29
Compare
Choose a tag to compare
Commit Message/Description
b0b548b v0.9.43
c7ca9c4 Board: Allow IO plugin to control initialization of repl.

v0.9.42

23 Jun 17:29
Compare
Choose a tag to compare
Commit Message/Description
9ad32f4 v0.9.42
18205bb Ignore more things

v0.9.41

23 Jun 17:30
Compare
Choose a tag to compare
Commit Message/Description
b84ab12 v0.9.41
f0c98b9 LCD: Upgrade JHD1313M1 bgColor to accept keywords and hex values

v0.9.40

23 Jun 17:30
Compare
Choose a tag to compare
Commit Message/Description
e5f94a5 v0.9.40
d56ff54 LCD: Fix i2cConfig address forwarding for JHD1313M1 controller
e206d97 Fix missing }
a2f9fa7 Multi: BMP180 notes re: conversion time values. Fixes gh-1104
39c79da Update sht31d diagram
9c2cb29 Regen examples
46914bb Thermo-humidity sensor SHT31D (#1103)
aaee114 Board: millis() method, returns milliseconds since "ready"
f1637b1 Rename __ -> Fn
624dc7a Tests: eliminate need for requiring mock-firmata from within board.js
7a2696f Examples: regenerate
9695fcf Add more event example and correct the commend (#1097)
2e44332 Default custom property to object literal instead of null (#1089)

v0.9.39

23 Jun 17:31
Compare
Choose a tag to compare
Commit Message/Description
5c019fd v0.9.39
8e1ea51 Keypad/Switch: debouncing
62c9afc No test/ in package bundle
e15d10b Keypad: Fixes VKEY controller to resolve an explicit "aref" value as user option > io plugin > default.
4082fb2 Fn: adds inRange(value, low, high)
01558e3 Gruntfile: make alias "nodeunit:file" -> "nodeunit:just"
54fb505 Gruntfile: restore "changed files only" for local build/test