An open API service indexing awesome lists of open source software.

https://github.com/razorcd/raspberry_pi-7_digit_display_counter

nodeJs
https://github.com/razorcd/raspberry_pi-7_digit_display_counter

Last synced: about 1 year ago
JSON representation

nodeJs

Awesome Lists containing this project

README

          

# raspberry PI - 7_digit_display_counter

Developed with nodeJS 5.6.0

#Install
```
npm install
```

#Use

Open a node REPL and

``` js
var Display = require("./app.js")
var d = new Display();
d.countStart(); / to stop counter
d.countStop(); //to start counter
```