Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: N5110 ShiftReg Tone mbed
Fork of 1620_Project_Template by
Diff: Main/main.h
- Revision:
- 1:76241e21ec61
- Parent:
- 0:d5312060f649
--- a/Main/main.h Wed Mar 08 20:05:58 2017 +0000 +++ b/Main/main.h Mon Mar 13 07:01:51 2017 +0000 @@ -4,7 +4,7 @@ // include the different header files #include "mbed.h" #include "N5110.h" -#include "Shift.h" +#include "ShiftReg.h" #include "Tone.h" #include "ModeA.h" #include "ModeB.h" @@ -35,7 +35,7 @@ extern AnalogIn pot_2; extern Tone speaker; -extern Shift; +extern ShiftReg shift; // function prototypes void init();