You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paragraph=MorseStatus\n===========\n\nThe MorseStatus library is a handy class that blinks an LED\nfor you. It blinks repeatedly in a pattern defined by the\nMorse Code for a character that you specify. That character,\nand the associated Morse pattern, can indicate a status\nin your program.\n\nUsage\n-----\n\n #include <MorseStatus.h>\n\n MorseStatus myLED(13);\n\n void setup() {\n myLED.begin();\n myLED.setStatus('L');\n }\n\n void loop() {\n myLED.run();\n }\n\nConstructor\n-----------\n\nThe constructor takes either one or two parameters. The first,\nand required, parameter is the pin num