J.W. BRUCE / TTU_CSC1300

Dependents:   CSC1300_EduBaseV2_Lab0 mbed_blinky EduBaseV2_Lab0 mbed_blinky ... more

Files at this revision

API Documentation at this revision

Comitter:
kesternucum
Date:
Tue Aug 11 03:07:59 2020 +0000
Parent:
7:f01d177b0bb6
Commit message:
Removed main.cpp

Changed in this revision

main.cpp Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Aug 07 04:42:01 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-/*
- *     Lab #:
- * Lab Title:
- * Author(s):
- *      Date:
- *   Purpose:
- */
- 
-#include "mbed.h"
-#include "TTU_CSC1300.h"
-
-//FUNCTION PROTOTYPES GO HERE
-
-int main()
-{   
-    //this while(TRUE) loop keeps the program running
-    while(TRUE)
-    {   
-        //WRITE SOLUTION HERE
-    }
-}
\ No newline at end of file