LED Morse Code example

Hi guys,

i’ve created a small example project for outputting Morse code via a LED.

You can find the code right [here][1].

Disclaimer : I have no experience writing c++ which might be obvious from the code.
[1]: https://github.com/MaartenTutak/photon-morse
Pull requests are welcome !

1 Like

Interesting little project. Good job.