pascalgauthier
@pascalgauthier
0
Reputation
4
Posts
331
Profile views
0
Followers
0
Following
Best posts made by pascalgauthier
This user hasn't posted anything yet.
Latest posts made by pascalgauthier
-
RE: Converting a sketch from 1.5.x to 2.0.x
@scalz
Because i have while() that increment motion detected in a 30sec timeframe. And i would like to be sure that i'm not missing any cmd from the gateway. Do i need to define any additional library to use the _process() ? -
RE: Converting a sketch from 1.5.x to 2.0.x
@nielsokker said:
I think the function "wait()" might be useful. It is like a sleep, but now it calls "process()"
I was thinking of using it with wait(0) but I was wondering if there was any way to call the process directly.
-
RE: Converting a sketch from 1.5.x to 2.0.x
How can i call the process() inside a while in the loop() ?
Thanks