2 Program of Morse Code with the help of Blink in Arduino UNO Atharva Satyendra Agrawal November 10, 2020 Add Comment Atharva Satyendra Agrawal Program: const int dotDelay = 200; const int ledPin = 13; char* letters[] = { ".-", "-...", "-.-.", "-... Read More