Merge pull request #97 from Microsoft/startup_delay
Startup delay for sensors to get values
This commit is contained in:
@ -393,6 +393,10 @@ static void runPoller(Thread *thr) {
|
||||
// note that this is run without the user mutex held - it should not modify any state!
|
||||
TValue prev = pxt::runAction0(query);
|
||||
|
||||
startUser();
|
||||
pxt::runAction2(thr->act, prev, prev);
|
||||
stopUser();
|
||||
|
||||
while (true) {
|
||||
sleep_core_us(us);
|
||||
if (paniced)
|
||||
|
Reference in New Issue
Block a user