Page 1 of 1
Millis() arduino c++ in flowcode
Posted: Tue Jun 10, 2025 4:01 pm
by solozerouno
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
Re: Millis() arduino c++ in flowcode
Posted: Tue Jun 10, 2025 4:11 pm
by RGV250
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
Re: Millis() arduino c++ in flowcode
Posted: Tue Jun 10, 2025 5:27 pm
by mnfisher
In Flowcode - include the Timer component - and then can get milliseconds (etc) from when it is started.
Martin