Matthew Shuman
/
Lab1TestAdvanced2
This provides a template for how to use a .h file to help organize a larger program into classes.
Revision 1:a0232594b518, committed 2016-08-13
- Comitter:
- mattshuman
- Date:
- Sat Aug 13 01:46:41 2016 +0000
- Parent:
- 0:dff21578688b
- Commit message:
- Removed artifacts from source code.
Changed in this revision
Blinker.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r dff21578688b -r a0232594b518 Blinker.h --- a/Blinker.h Sat Aug 13 01:25:25 2016 +0000 +++ b/Blinker.h Sat Aug 13 01:46:41 2016 +0000 @@ -4,7 +4,6 @@ { public: Blinker(void) { -// _pin(pin) means pass pin to the Blinker Constructor }; // class method to blink and LED based on the PwmOut class void blink(PwmOut outputLED, float frequency, float brightness) {