How can the Arduino millis() function be used with Flowcode in C++? Is there a way or a function that does the same in Flowcode?
It is very important for me to know this.
Thank you,
Solozerouno
Millis() arduino c++ in flowcode
-
solozerouno
- Posts: 120
- http://meble-kuchenne.info.pl
- Joined: Tue Dec 08, 2020 4:36 am
- Has thanked: 2 times
- Been thanked: 2 times
Re: Millis() arduino c++ in flowcode
Hi,
I do not know C++ but a quick google looks like you need to Include Chrono.
https://favtutor.com/blogs/sleep-cpp
Regards,
Bob
I do not know C++ but a quick google looks like you need to Include Chrono.
https://favtutor.com/blogs/sleep-cpp
Regards,
Bob
-
mnfisher
- Valued Contributor
- Posts: 2174
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 177 times
- Been thanked: 1016 times
Re: Millis() arduino c++ in flowcode
In Flowcode - include the Timer component - and then can get milliseconds (etc) from when it is started.
Martin
Martin