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: 4DGL-uLCD-SE SDFileSystem mbed-rtos mbed
Fork of 4180_Final_Design_Project by
Diff: synthesizer.h
- Revision:
- 8:f6699fd30737
- Parent:
- 3:3aba1d783730
- Child:
- 24:3bd4e691ae59
--- a/synthesizer.h Thu Apr 28 19:31:28 2016 +0000 +++ b/synthesizer.h Thu Apr 28 22:16:40 2016 +0000 @@ -7,6 +7,8 @@ enum WaveType{ sine, square, sawtooth}; +#define PI 3.14159265 + //Note Frequencies #define C1 (33) #define D1 (37)