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
- Host: GitHub
- URL: https://github.com/razorcd/raspberry_pi-7_digit_display_counter
- Owner: razorcd
- Created: 2016-02-10T18:36:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T19:07:22.000Z (over 10 years ago)
- Last Synced: 2025-06-23T07:58:48.623Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```