
Project Template for Headstart Course 2017
Dependencies: N5110 ShiftReg Tone mbed
Fork of 1620_Project_Template by
Diff: ModeA/ModeA.h
- Revision:
- 2:0f91b789d90a
- Parent:
- 0:d5312060f649
--- a/ModeA/ModeA.h Mon Mar 13 07:01:51 2017 +0000 +++ b/ModeA/ModeA.h Mon Jul 10 10:07:01 2017 +0000 @@ -4,8 +4,11 @@ #include "mbed.h" #include "main.h" +// I/O Declarations + // function prototypes void mode_A(); +void update_display(int count, int hex); #endif \ No newline at end of file