Task 5.2.1 updates
Fork of Task521 by
Revision 3:6080fb2fed90, committed 2019-10-10
- Comitter:
- noutram
- Date:
- Thu Oct 10 15:48:19 2019 +0000
- Parent:
- 2:2d160e1aa8d8
- Commit message:
- tweaks
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Sep 20 13:16:16 2019 +0000
+++ b/main.cpp Thu Oct 10 15:48:19 2019 +0000
@@ -14,7 +14,7 @@
DigitalOut redLED(D7);
int main() {
- printf("\nWelcome to ELEC143\n");
+ printf("\nWelcome to ELEC\n");
while (1) {
redLED = 0; //Space
