Skip to content

v0.9.1

Compare
Choose a tag to compare
@rwaldron rwaldron released this 20 Oct 23:02
· 1123 commits to main since this release
Commit Message/Description
3a7baca v0.9.1
194e480 Fix appveyor badge url
ae7646e Run travis on modern infra
59cc1c9 Cull the garbage from package.json
76c7504 Read the long message.
ba41155 v0.9.0
5005ab0 Appveyor badge
fddb28c Appveyor.yml
440b95b Travis: test several versions of node
abb2f3a Remove bogus null arguments from emitters. Fixes gh-561
5868321 Let's try win-spawn because fucking windows
33e1c8d If Firmata installed serialport successfully, just steal it so we both can use it.
bfb3204 process.env.* will not work as expected.
f11d2e4 Cool typo spazz
fa77a72 delete process.ENV.SERIAL_PORT_INSTALLED;
d6c1bc2 Set ENV flag in preinstall, instead of attempting to install. Moves sp install back to postinstall
9ae3157 Deps: do serialport installation before deps (allow firmata to bail out)
7c1919f Deps: work in progress, temp switch to firmata.js repo
3866a77 Deps: work in progress, update to latest firmata.js
e75078b Deps: work in progress, postinstall script for serialport installation
34b4b7b v0.8.106
ee2f739 IMU/Altimeter: Finesse elevations that are below sea level. It's magic.
0f215d0 v0.8.105
f9f8205 Deps: lock in Firmata @ 0.6.0 until conditional serialport install updates are confirmed.
28eb44a v0.8.104
9ba3e90 Altimeter: improved elevation requirement warning message
57c5ab5 Board.Controller: fix warn messages
fd7fa13 Migrate component classes to Board.Controller
95ce9fa Board.Controller: manage component controller decorator & required parameters
5d7bf26 v0.8.103
03b4c74 Multi: MPL3115A2 reset Barometer/Altitude offset registers.
d4a178f v0.8.102
cfc5aec Deps: lock in serialport 1.7.4 until cleared on 2.x.x with node 4.x.x
a3e7131 v0.8.101
382765a Multi: make altitude calibration contingent on user specifying opts.elevation
242c5b4 merge
f7f23a6 Adding the initial chip configuration
cf2fd16 MPL3115A2: Calibration, requires a base altitude.
dce73e8 MPL3115A2: Calibration, requires a base altitude.
0a13b77 Update mpl3115a2 diagrams
cafeaa4 Joystick: cleanup example
a4e0d29 Joystick: Removes threshold option.
cfbb299 v0.8.100
c7c2a43 Light: fix analog scaling
75e744d v0.8.99
2b3cdf1 Light: ALSPT19
534dba9 Readme: add more platforms to description
730ce77 v0.8.98
3b0da39 Adding unit tests for MPL3115A2
5f94ad3 merge
bccdd8b fixing bad emit pattern
2eb3b1e adding sources for formulae
e8ba581 adding wiring example
a4661c3 accidentally got a reference to Hygrometer. Wrong branch
6675751 Adding examples
5237658 Adding altimeter support
c23c1a6 Adding initial support for MPL3115A2 barometer/temperature. Altimiter to come
1dc4cf0 v0.8.97
207ecec Added tests for the HTU21D
1c194e0 code review suggestions
70abe98 Adding wiring diagram
59802b5 Adding examples docs
125cc79 adding Multi controller and example
feb960d Adding support for the htu21d hygrometer and temperature
3dbef91 fixing bad emit pattern
c08d5b6 adding sources for formulae
f9b9258 adding wiring example
88ad17a accidentally got a reference to Hygrometer. Wrong branch
dcb8146 Adding examples
66a7d80 Adding altimeter support
bc507ee v0.8.96
80dfb3c Examples: Photon Weather Shield, moisture sensor
3e90ca4 Sensor: support enable(), disable()
90c58d2 Pin: add isHigh, isLow properties
b629d65 Added missing file
1ee5df5 Removed unused variable
d110e26 Adding initial support for MPL3115A2 barometer/temperature. Altimiter to come
e468a40 Led.Digits: Dual clock display example
26d47ea v0.8.95
2a7a688 Add donmccurdy to contributors
32861f4 Led.Digits: additional test, example using HT16K33
9390e7a 4 digit 7 segmant examples
a063e32 LedControl: If message is not a string, do coercion
b54b726 v0.8.94
75fad51 Boards: implement byId method for Boards collection instances.
6729e7f v0.8.93
f9efda2 Examples: regenerate
b9542e3 Add note about tmp102 addressing
85b4a8e Temperature: use newer tmp102 layout
33731ec Formatting nits
62b8633 v0.8.92
d34c6e6 Allow digital sensor constructor to take string pin names
c8efd30 Support Led.Digits with HT16K33 controller
f24f59e Adding support for Sparkfun TMP102 Temperature Sensor
fed3c96 Examples: remove redundant EV3 & NXT Proximity examples
c212218 Examples: Light
cf398e3 Examples: EVShield videos
0d22d62 v0.8.91
929b082 Fixups
7bd6057 Tweak titles of Intel + Grove examples, 2
a0a1749 Tweak titles of Intel + Grove examples
17125c9 Readme: regen
06b5127 Grove: Add TSL2561
83f5b06 Examples: generate Grove + Intel examples
c9f651c Grove + Intel kit examples
ff2ab60 Accelerometer: MMA7660 support
efe2402 Further nits
8e4af36 Generate examples
8e242ff Fix json syntax error
7775096 Lint nits and test fixes
31d1370 Light: TSL2561
e4ae342 EVS: More color; ISL29125
03b3f49 EVS: Light supports two types: Ambient (default) & Reflected
5091bd5 EVS: Color and Light
4ae32dd EV3 => EVS
8ab042e EV3: NXT Motors, EV3 Ultrasonic
50c07dc EV3: NXT Button; Update Proximity:EV3 => EV3_IR
fac8cf5 EV3: nit cleanup
c38d267 EV3: Motor
ef5c3da EV3: Proximity
db24f28 EV3: Button
59728db Compass: make interval controllable
e6a23ba Lint nit
4e5da73 v0.8.90
049facd Adds TRAHOMOTO to contributors
1df02fe LCD: Add tests for MJKDZ
46b42db Added support LCD MJKDZ Controller based on PCF8574. Closes gh-867
10b3a82 LCD: Make PCF8574 capable of supporting MJKDZ
86fd219 LCD migration TODO notes.
8d5c73b Ensure that LCD characters are exported. Fixes gh-867
7941d81 Restrict pingRead requests to 65ms periods (+ request and response time). Fixes gh-896
dd6e22f Remove call to lcd.display
a72a1cf COMMANDS => REGISTER
a19f7b8 Fix typo on controller name
e7d32ae Complete test conversion for analog controllers and aref
f41da24 v0.8.89
9902829 Add Corey Frang to contributors
7572852 Fix messages in testAnalogConversion
9260e97 Use this.sandbox instead of this.sinon
997a6f5 Convert TMP36 tests
f5a7bde Add aref to the rest of the analog controllers
8e616a0 Temp test suite refactorings
85fa2c0 Update nanotimer and piezo tests to stop failing on iojs. Fixes gh-890
0445a00 Examples: LUDUS
1d41a9e Temperature: add analog reference to TMP36 controller
75c1516 v0.8.88
d972d86 Motor: LUDUS Shield
aae6400 Temperature: Add C, K, F values to the data event and temperature objects
b20a4a0 Update si7020 fzz
5285514 v0.8.87
f96b55a Adds .tesselignore
78f9fc1 Temperature: SI7020