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.
Diff: Startup/startup.cpp
- Revision:
- 10:258a1eca02cc
- Parent:
- 7:33cb5f2db1ee
- Child:
- 12:7a399a476cfd
--- a/Startup/startup.cpp Wed May 06 14:37:34 2020 +0000 +++ b/Startup/startup.cpp Wed May 06 19:51:22 2020 +0000 @@ -26,7 +26,7 @@ lcd.printString("CART",12,2); lcd.printString("SYNTH",32,3); lcd.refresh(); - lut.sin_wavetable(); //generates wavtable array + lut.initial_wavetables(); wait_ms(1000); //timer to allow theme to play out lcd.clear(); lcd.refresh(); //sets clear screen