XOD project: Arduino transpiler
npm install xod-arduinoThis package is a part of the XOD project.
The package provides functions that transpile a Project into Arduino C++ code.
``javascript``
import transpileForArduino from 'xod-arduino';
transpileForArduino(project, '@/entryPointPatch'); // will return C++ code