Releases: rwaldron/tessel-io
Releases · rwaldron/tessel-io
v1.3.0
Commit |
Message/Description |
6a33958 |
1.3.0 |
2b1df96 |
Board.prototype.RESOLUTION.PWM = 255; |
v1.2.2
Commit |
Message/Description |
8479708 |
1.2.2 |
30754df |
Add .DS_Store and test/ to .npmignore |
v1.2.1
Commit |
Message/Description |
b94db35 |
1.2.1 |
69843d3 |
Add .nyc_output to .npmignore |
v1.2.0
Commit |
Message/Description |
05635ff |
1.2.0 |
8e26cd5 |
Allow servowrite to receive degrees or microseconds |
v1.0.1
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
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
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
Commit |
Message/Description |
f67b91d |
0.10.3 |
abab3cf |
Gruntfile: update changelog task |
v0.10.2
Commit |
Message/Description |
b3bf180 |
0.10.2 |
5aa49db |
.npmignore: add missing patterns, sort |
76202eb |
Readme: notes about deployment |
cd1e2ab |
Test cleanups |