0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correct hardware version check. Fixes #6 More... almost 10 years ago
Move functions into module constructor to better clean up and hide public / private properties More... almost 10 years ago
Add basic debugging using debug module More... almost 10 years ago
Make asynchronous functions behave asynchronously even during exception cases More... almost 10 years ago
Make hardware version check look for Revision hexadecimal value correctly. Fixes #6 More... almost 10 years ago
Tidy up some documentation More... almost 10 years ago
Add Travis CI build status to readme More... almost 10 years ago
Add Travis CI build config More... almost 10 years ago
Tidy up destroy() and read() More... almost 10 years ago
Tidy up setting a listener on a pin More... almost 10 years ago
Tidy up pin setup with async More... almost 10 years ago
Add NPM version badge to readme More... almost 10 years ago
Bump to v0.3.1 to work around npm publish bug More... almost 10 years ago
Bump to v0.3.0 More... almost 10 years ago
Bump to v0.2.0 More... almost 10 years ago
Throw error if pin is read from but has not been setup More... almost 10 years ago
Improve read() tests to cover pin in on and off states More... almost 10 years ago
Throw error if pin is written to but has not been setup More... almost 10 years ago
Tidy up tests for write(), so that it is easier to add tests around here More... almost 10 years ago
Refactor handling of hardware revisions, and include support for overvolted hardware More... almost 10 years ago
Tidy up mode handling a bit more More... almost 10 years ago
Add test for specifying an invalid pin direction More... almost 10 years ago
Clean up pin/mode handling More... almost 10 years ago
Fix bug where pins were not unwatched correctly after unexport More... almost 10 years ago
Use constant PATH variable in tests for GPIO filesystem root path More... almost 10 years ago
Tidy up RPI mode pin mapping a little bit More... almost 10 years ago
Update package.json with some more info; remove jasmine-node dev-dependency More... almost 10 years ago
Add spec command to package.json, for running tests with spec reporter More... almost 10 years ago
Clean up the public interface to the module by removing private methods from the prototype More... almost 10 years ago
Remove support for node 0.6.x with path.exists() More... almost 10 years ago