- Includes basic Arduino externs (
Arduino,LiquidCrystal,MemoryFree, see:/lib) - Custom C++ generator
- Compiler utility class to compile & link generated c++
- Installer utility class to push to Arduino device
- Monintor utility class to start reading from serial com port via hxSerial for program traces
haxelib install hxArduinohaxe -lib hxArduino -cp src -no-output -main Mainhaxelib run hxArduino -test
- Must have an
ARDUINO_HOMEenvironment variable set (eg:C:\\PROGRA~2\\Arduino) - Currently skips alot of haxe "internal" classes (no point in trying to generated them till generator is at least all wired up)
- main.cpp (not generated) makes assumption that there is a
Main.hand aMainc++ class in entry point, eg:
See examples for various examples