Charles Tritt / Mbed 2 deprecated NoHeaderTest

Dependencies:   mbed

Fork of HeaderTest by Charles Tritt

Revision:
1:362abfaa2a27
Parent:
0:cc014c610423
diff -r cc014c610423 -r 362abfaa2a27 myProj.h
--- a/myProj.h	Thu Oct 19 21:05:11 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-/*
-  Project: HeaderTest
-  File: myProj.h
-  Last revised by: Dr. C. S. Tritt
-  Last revision on: 10/19/17 (v. 1.0)
-  
-  This is the header files for the HeaderTest project. It declares stuff that
-  will be used in/by multiple cpp files.
-*/
-// Declare mbed objects. The extern indicates it is defined elsewhere (main.cpp
-// in this case).
-extern DigitalOut board_LED;
-// Declare global variables (extern required to avoid errors).
-extern const float BASE_WAIT; // Defined in main.cpp.
-extern int cycles; // Defined in main.cpp.
-// Declare your function(s.
-void myStuff(void); // Defined in myStuff.cpp.
\ No newline at end of file