hxArduino icon indicating copy to clipboard operation
hxArduino copied to clipboard

hxArduino - custom haxe generator to create arduino specific c++

Results 6 hxArduino issues
Sort by recently updated
recently updated
newest added

Hello, I installed using `haxelib install hxArduino`, cloned the `blink` sample, and when running `haxe build.hxml`, I get the following error: `C:\Libraries\HaxeToolkit\haxe\lib\hxArduino/1,2,2/src/ast2obj/Generator.hx:461: characters 59-61 : Unmatched patterns: OpSpread` I get...

## Uploading firmware into devices - [ ] #12, #9 Fix uploading directly via Serial Port, replace legacy hxSerial with new library (or trying fix hxSerial [hxSerial#11](https://githib.com/hxSerial/pull/11)) - [x] Add...

Check installed hxSerial ```powershell 01-blink → λ git [master ≡] → haxelib install hxSerial You already have hxSerial version 0.1.2 installed ``` Try print list of serial port (when arduino...

i try compile follow code ```haxe package; class Main { public function setup() { Arduino.pinMode(Arduino.LED_BUILTIN, Arduino.OUTPUT); } public function loop() { Arduino.digitalWrite(Arduino.LED_BUILTIN, Arduino.HIGH); var s = [1,2,3,4]; var w =...

It would be great to have externs for Ethernet Shield and Wifi! :) Have looked into setting it up myself, but not successful yet :)

```sh hxArduino/src/ast2obj/Generator.hx:150: characters 58-67 : Null should be Null hxArduino/src/ast2obj/Generator.hx:150: characters 58-67 : For function argument 'c' ``` Works with haxe 4.0.0-preview.4