increase frequency in seconds steps
This commit is contained in:
parent
fe7e47e85e
commit
56d87d04d4
@ -59,11 +59,11 @@ void testSwitchFrequency3(void *handle) {
|
|||||||
void my_setup_2() {
|
void my_setup_2() {
|
||||||
inverterBegin();
|
inverterBegin();
|
||||||
|
|
||||||
inverterStart(50, CLOCKWISE);
|
inverterStart(1, CLOCKWISE);
|
||||||
// schAdd(testSwitchFrequency1, NULL, 5000, 0);
|
// schAdd(testSwitchFrequency1, NULL, 5000, 0);
|
||||||
// schAdd(testSwitchFrequency2, NULL, 10000, 0);
|
// schAdd(testSwitchFrequency2, NULL, 10000, 0);
|
||||||
// schAdd(testSwitchFrequency1, NULL, 15000, 0);
|
// schAdd(testSwitchFrequency1, NULL, 15000, 0);
|
||||||
// schAdd(testSwitchFrequency3, NULL, 0, 1000);
|
schAdd(testSwitchFrequency3, NULL, 0, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user