markfickett / arduinomorse

Morse for Arduino, with Non-Blocking Sending
49 stars 18 forks source link

Filetype .ino instead of .pde #10

Closed barry-ha closed 4 years ago

barry-ha commented 4 years ago

Hi, I was looking for a simple Morse code example and found this one. Thanks for providing concurrent execution - this will be helpful in sending canned Morse messages from my device that needs to continue sampling a GPS.

I had a little trouble getting started. The example files use PDE file extension, which the Arduino workbench can open, but Windows doesn't have a file association for it. I believe Arduino switched from PDE to avoid conflicts with some other existing programs and uses .INO instead.

If you don't mind, can you rename your examples with .ino? This would be helpful to the next person who comes on board.

markfickett commented 4 years ago

Glad you're finding the library useful! Changed.