Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO-L072CZ-LRWAN1_LoRa_node EIoT_LoRa_node_1 EIoT_LoRa_node_2 EIoT_LoRa_node_3
Fork of SX1276GenericLib by
Diff: Arduino-mbed-APIs/examples/TimerTest/TimerTest.ino
- Revision:
- 100:c80d1416bdf6
- Parent:
- 99:0e85871f676a
--- a/Arduino-mbed-APIs/examples/TimerTest/TimerTest.ino	Sat Nov 18 13:55:54 2017 +0100
+++ b/Arduino-mbed-APIs/examples/TimerTest/TimerTest.ino	Sun Nov 19 17:49:33 2017 +0100
@@ -29,6 +29,7 @@
   InitSerial(&MYSERIAL, 5000, &led, true);
 
   ser->println("TimerTest");
+  ser->println("TimerTest2");
 
   tp.attach(callback(&TestTimeoutFunc), 1000);
   tp2.attach(callback(&TestTimeoutFunc55), 5500);
    