increase frequency in seconds steps

This commit is contained in:
Wolfgang Hottgenroth 2016-11-20 22:40:10 +01:00
parent fe7e47e85e
commit 56d87d04d4

View File

@ -59,11 +59,11 @@ void testSwitchFrequency3(void *handle) {
void my_setup_2() {
inverterBegin();
inverterStart(50, CLOCKWISE);
inverterStart(1, CLOCKWISE);
// schAdd(testSwitchFrequency1, NULL, 5000, 0);
// schAdd(testSwitchFrequency2, NULL, 10000, 0);
// schAdd(testSwitchFrequency1, NULL, 15000, 0);
// schAdd(testSwitchFrequency3, NULL, 0, 1000);
schAdd(testSwitchFrequency3, NULL, 0, 1000);
}