Blink(1) Morse Code is a simple function to make a connected blink(1) device flash a given input in morse code.
- An installed blink(1) device
- Run
npm i blink1-morse-code
. - Add to your project
const {blinkMorse} = require('blink1-morse-code')
blinkMorse('Hello', {ditLengthMs: 200, color: '#6c57ad'})
Tests can be run with npm test
.
- Fork this repository on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a pull request
- Please be sure to rebase your branch from the latest "upstream" before making a pull request