There was an error while loading. Please reload this page. This simple program takes a text string from the terminal and codes it up into Morse Code at roughly 2 ...
//A rising pulse from encodenren activated ai0(). AttachInterrupt 0 is DigitalPin nr 2 on moust Arduino. attachInterrupt(0, ai0, RISING); //B rising pulse from encodenren activated ai1().