Skip to content

Commit d9afad5

Browse files
committed
add hardware section
1 parent 05e7b84 commit d9afad5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
1717
- [Command-line utilities](#command-line-utilities)
1818
- [Package managers](#package-managers)
1919
- [Build tools](#build-tools)
20+
- [Hardware](#hardware)
2021
- [Templating](#templating)
2122
- [Documentation](#documentation)
2223
- [Filesystem](#filesystem)
@@ -181,6 +182,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
181182
- [webpack](https://github.com/webpack/webpack) - Packs CommonJS/AMD modules for the browser.
182183
- [Brunch](https://github.com/brunch/brunch) - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow.
183184

185+
### Hardware
186+
187+
- [johnny-five](https://github.com/rwaldron/johnny-five) - Firmata based Arduino Framework.
188+
- [serialport](https://github.com/voodootikigod/node-serialport) - Access serial ports for reading and writing.
189+
- [usb](https://github.com/nonolith/node-usb) - USB library.
190+
191+
184192
### Templating
185193

186194
- [handlebars.js](https://github.com/wycats/handlebars.js/) - A superset of Mustache templates which adds powerful features like helpers and more advanced blocks.
@@ -517,6 +525,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
517525

518526
- [GitHub Linker](https://chrome.google.com/webstore/detail/github-linker/jlmafbaeoofdegohdhinkhilhclaklkp) - Chrome extension that linkifies dependencies in package.json on GitHub.
519527

528+
### Miscellaneous
529+
530+
- [nodebots](http://nodebots.io) - Robots powered by JavaScript.
531+
520532

521533
## Contribute
522534

0 commit comments

Comments
 (0)