# xod-arduino

This package is a part of the [XOD](https://github.com/xodio/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
```
