Search found 4 matches

by rowentaRT
Tue Feb 17, 2026 12:53 pm
Forum: Projects - Embedded
Topic: using personnal arduino library insite flowcode
Replies: 4
Views: 99

Re: using personnal arduino library insite flowcode

thanks @steve-Matrix and @chipfryer. i will give it a try. but some of my arduino libraries are not exclusively in C code but in C++. Sometimes i also use Serial.print for debugging purposes. would it work in flow code ? mixing arduino commande such as serial.print or digitalWrite with the code gene...
by rowentaRT
Mon Feb 16, 2026 5:13 pm
Forum: Projects - Embedded
Topic: using personnal arduino library insite flowcode
Replies: 4
Views: 99

using personnal arduino library insite flowcode

hi,

Would it be possible to include some personnal arduino library inside a embedded project ?

Hadrien
by rowentaRT
Mon Feb 16, 2026 4:46 pm
Forum: Projects - Embedded
Topic: how to not be stuck inside a state chart
Replies: 2
Views: 85

how to not be stuck inside a state chart

Hi,

i tried using statechart in my project.
when the program enter the state chart, it stays inside.
I would like the state chart to update only one time step and then proceed to the next step. would it be feasible ?

Hadrien
by rowentaRT
Mon Feb 16, 2026 4:38 pm
Forum: App Developer
Topic: how to call a dll from app developper
Replies: 1
Views: 83

how to call a dll from app developper

Hi, i would like to know how to declare and call dll from my app project ? during export, i saw that i could declare the path to my dll but i did not see how to call it ? the dll could be used to communicate with another process or just decode the data received from a serial link. Thank you for your...