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: main.cpp
- Revision:
- 11:6ae098535da9
- Parent:
- 10:258a1eca02cc
- Child:
- 12:7a399a476cfd
--- a/main.cpp Wed May 06 19:51:22 2020 +0000 +++ b/main.cpp Thu May 07 12:22:39 2020 +0000 @@ -42,7 +42,6 @@ Ticker period; DigitalOut rca(PTC4); - Serial pc(USBTX, USBRX); //Functions @@ -68,6 +67,7 @@ volatile extern uint16_t sin_wavtable[1024]; volatile extern uint16_t tri_wavtable[1024]; +volatile extern uint16_t pulse_wavtable[1024]; int main() {