void loop()
{
morse.dot(); morse.dot(); morse.dot(); // The letter S consists of three dots
morse.dash(); morse.dash(); morse.dash(); // The letter O consists of three dashes
morse.dot(); morse.dot(); morse.dot(); // The letter S consists of three dots
delay(3000);
}
库里面本身包含四个例子
1. SOS
2.HELLOW
3.Hi
4.BOT1398