ArduinoOnPc icon indicating copy to clipboard operation
ArduinoOnPc copied to clipboard

Results 7 ArduinoOnPc issues
Sort by recently updated
recently updated
newest added

Any idea on how to emulate digitalRead in https://github.com/ChrisMicro/ArduinoOnPc/blob/master/src/cores/arduino/wiring_digital.cpp#L35 ? - Keyboard cannot be used since can interfering with serial link. - Like kernel polling files and doing some `echo...

thanks to your tree, my fork has gone much farther than I'd ever imagine https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix end result allows running arduino graphics code on raspberry pi thanks to your code, and...

Hi Chris, thank you so much for your awesome project! It is exactly what I was looking for for trying out different CBOR libraries and it works like a charm!...

Hi again, I'm working on bringing a big library of APIs on top of your work (to allow developing on PCs for faster speed and debugging). I've already done the...

Some code that does graphics loads graphics from "disk" before displaying it on neopixels/RGBPanels/TFT. You are probably familiar with the "diskless" method that adafruit uses in https://github.com/ChrisMicro/ArduinoOnPc/blob/master/examples/Adafruit_pictureDragon/Adafruit_pictureDragon.h When doing animated...

while in french, we do say "deprecier", english spells it "deprecated" this is used in a few places in comments, but also pathnames like src/system/depreciated/ It seems that src/system/depreciated is...

Hi @ChrisMicro , are you able to help with this question: https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix/issues/11 ?