mruby-arduino icon indicating copy to clipboard operation
mruby-arduino copied to clipboard

Arduino API(a.k.a Wiring) wrapper for mruby.

Results 5 mruby-arduino issues
Sort by recently updated
recently updated
newest added

Hello there. I just started with arduino; I know ruby very well, but mruby only a bit, and ... only a tiny bit of C so far. Anyway - would...

Hello, Is any irb enviroment to using mruby on Arduino? Meybe is any working mruby port to esp8266?

Arduino has an ESP32 port

According to this thread(http://forums.leaflabs.com/topic.php?id=10456 ),Latest development effort for libmaple which support STM32F4 is going here. https://github.com/AeroQuad/AeroQuad/tree/development/Libmaple. On below link, @yamanekko Already succeeded to run mruby on STM32F4Discovery. https://github.com/yamanekko/mruby-on-stm32f4discovery/wiki/build-mruby

compilation fails with this output. I'm compiling for stm32f4Discovery compatible board. > CC build/mrbgems/mruby-arduino/src/mruby-arduino.cpp -> build/host/mrbgems/mruby-arduino/src/mruby-arduino.o > build/mrbgems/mruby-arduino/src/mruby-arduino.cpp:10:23: fatal error: WProgram.h: File o directory non esistente > compilation terminated. >...