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.
Fork of priustroller_2 by
Diff: modulators.cpp
- Revision:
- 8:b92043d76919
- Parent:
- 1:1f58bdcf2956
diff -r fdadf4a3577a -r b92043d76919 modulators.cpp
--- a/modulators.cpp Mon Mar 02 11:17:15 2015 +0000
+++ b/modulators.cpp Thu Mar 05 11:17:10 2015 +0000
@@ -2,7 +2,9 @@
#include "meta.h"
void SinusoidalModulator::Update(float va, float vb) {
+ /*
_inverter->SetDtcA(va);
_inverter->SetDtcB(vb);
_inverter->SetDtcC(1.0f - va - vb);
+ */
}
\ No newline at end of file
