263 Impuls added

This commit is contained in:
Dmitry Borisenko
2020-11-02 01:21:51 +03:00
parent 518a0e0404
commit 0bfc876c65
17 changed files with 161 additions and 127 deletions

View File

@@ -101,11 +101,11 @@ void setup() {
just_load = false;
initialized = true; //this second POST makes the data to be processed (you don't need to connect as "keep-alive" for that to work)
static bool firstTime = true;
if (firstTime) myImpulsOut = new MyImpulsOutVector();
firstTime = false;
myImpulsOut->push_back(ImpulsOutClass(500, 10, 13));
myImpulsOut->at(0).activate();
//static bool firstTime = true;
//if (firstTime) myImpulsOut = new MyImpulsOutVector();
//firstTime = false;
//myImpulsOut->push_back(ImpulsOutClass(500, 10, 13));
//myImpulsOut->at(0).execute();
}
void loop() {