3 Commits

Author SHA1 Message Date
4d7b1101a3 other direction again 2016-10-17 18:39:33 +02:00
21d3336d63 Merge branch 'scheduled_start_sequence' 2016-10-17 18:36:59 +02:00
5adb89e59f update submodules 2016-10-17 18:33:25 +02:00
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "hottislib"]
path = hottislib
url = git@bitbucket.org:wollud1969/hottislib.git
url = git@gitlab.com:wolutator/hottislib.git

View File

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