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.
Dependencies: FreescaleIAP MODSERIAL mbed monitor timer0
Fork of 19_Taster_a by
Diff: main.cpp
- Revision:
- 13:a44b80b168b2
- Parent:
- 12:d5a745de5380
- Child:
- 16:3a4350104b68
--- a/main.cpp Mon Aug 18 13:45:45 2014 +0000 +++ b/main.cpp Wed Aug 20 11:48:57 2014 +0000 @@ -444,7 +444,7 @@ pc.printf("on;"); else pc.printf("off;"); - pc.printf(" %d;", tropfen_anz); + pc.printf(" %d; Magnete :", tropfen_anz); for (uint8_t n = 0; n < 8; n++) { @@ -452,6 +452,8 @@ else pc.putc('0'); } + pc.printf("; verbleibende Zeit %02d",down_timer.GetTimerZeit(1)); + pc.printf(";\n"); } // end if(down_timer ...