Please help me with remaking the node

Hi everyone. I’m new to XOD. I want to know if it is possible to convert the Arduino IDE code to a node in XOD?

Hi,
You can’t do this directly. XOD is an independent language, and the C++ implementation of nodes has its syntax. Code from Arduino IDE can be reproduced from scratch using nodes and xod libraries.

Also, libraries for the Arduino IDE that are stored in the repository can be easily ported to xod.
Give us an example of the code. It is much easier to work with a specific example.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.