change direction

This commit is contained in:
Wolfgang Hottgenroth
2016-10-17 18:36:43 +02:00
parent c1df5ac8d8
commit 36b9560727

View File

@ -19,7 +19,7 @@
volatile uint8_t pulseWidthIdx = 0;
volatile bool direction = true;
volatile bool direction = false;
const uint32_t INVERTERCTRL_START_STEP1_DELAY = 1;
const uint32_t INVERTERCTRL_START_STEP2_DELAY = 10;