xod-arduino

XOD project: Arduino transpiler

Usage no npm install needed!

<script type="module">
  import xodArduino from 'https://cdn.skypack.dev/xod-arduino';
</script>

README

xod-arduino

This package is a part of the XOD project.

The package provides functions that transpile a Project into Arduino C++ code.

import transpileForArduino from 'xod-arduino';
transpileForArduino(project, '@/entryPointPatch'); // will return C++ code