Skip to content

Releases: rwaldron/tessel-io

v1.3.0

17 Jul 18:47
Compare
Choose a tag to compare
Commit Message/Description
6a33958 1.3.0
2b1df96 Board.prototype.RESOLUTION.PWM = 255;

v1.2.2

10 May 19:11
Compare
Choose a tag to compare
Commit Message/Description
8479708 1.2.2
30754df Add .DS_Store and test/ to .npmignore

v1.2.1

10 May 19:11
Compare
Choose a tag to compare
Commit Message/Description
b94db35 1.2.1
69843d3 Add .nyc_output to .npmignore

v1.2.0

19 Jan 19:15
Compare
Choose a tag to compare
Commit Message/Description
05635ff 1.2.0
8e26cd5 Allow servowrite to receive degrees or microseconds

v1.1.0

20 Nov 16:56
Compare
Choose a tag to compare
Commit Message/Description
7cd3947 1.1.0
c604206 Correct ADC Resolution. Fixes gh-22

v1.0.1

19 Jul 14:35
Compare
Choose a tag to compare
Commit Message/Description
cb15464 1.0.1
ba0ec80 .npmignore: change .* rule to explicit file list
49c1726 Make version compat section header an H2
c97c591 Move tessel pcb image up
1fa821d Put badges on the same line
00f62a2 Firmware version compatibility table

v1.0.0

23 Jun 21:05
Compare
Choose a tag to compare
Commit Message/Description
15b53e6 1.0.0
39bc0a6 lib/index.js: cache PIN_DEFS.length in PIN_DEFS_LENGTH
2e7ef8c Fix coverage annotation
34e0fe5 eg: updates
690088d lib/index.js: updates
62534a4 Remove hack-shim
ea7684c Gruntfile.js: updates
ac58960 Drop Node.js 4 & 5 support
a14c566 .tesselignore: test/tessel-mock.js, node_modules/serialport
41a6ea8 Package.json: remove dependency
53a0ed3 Package.json: update deps
be6050b lib/index.js: update calls to x._port.write, etc.
676c956 hacks-shims: remove Array.prototype.includes
ac63dcb tests: update mocks and stubs
a9ed79e Readme: update example code and table formatting

v0.11.0

26 Apr 14:36
Compare
Choose a tag to compare
Commit Message/Description
b403dba 0.11.0
c4a1abd Process ADC reads via a managed list
4708a68 Adding ADC Resolution
aaa23fd Examples: modernize example program code syntax
70c45de Add "notes" to gitignore
8ee4075 resort .npmignore
f9665ca Fix style nits created when I copy/pasted from elsewhere. Whoops.
4126661 don't publish dotfiles
f9255ff Update readme.md
24de559 fix grammar errors
1505a75 add fritzing diagram
d884e93 add Led.RGB example

v0.10.3

17 Apr 15:55
Compare
Choose a tag to compare
Commit Message/Description
f67b91d 0.10.3
abab3cf Gruntfile: update changelog task

v0.10.2

17 Apr 15:53
Compare
Choose a tag to compare
Commit Message/Description
b3bf180 0.10.2
5aa49db .npmignore: add missing patterns, sort
76202eb Readme: notes about deployment
cd1e2ab Test cleanups