Skip to content

2014-05-12 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnnyman727 johnnyman727 released this 13 May 02:29
· 282 commits to master since this release
  • Important: changes the syntax of deploying to Tessel. In order to deploy to RAM and view output from Tessel, use tessel run [script]. In order to deploy to Flash and have the same program run when you reset the board, use tessel push [script]. If you would like to remove the code from Flash, run tessel erase.
  • Fixes a bug where output was closed even when GPIO Interrupts were pending.