seems to work now, frequency double then expected

This commit is contained in:
Wolfgang Hottgenroth
2016-11-11 21:55:58 +01:00
parent b363fded5f
commit be3ad3bc60
4 changed files with 25 additions and 25 deletions

View File

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