Can I use or exprot Arduino Libraries to use in Microblocks

Issue #331 resolved
Tim Harding created an issue

Hi

Im not a progamer at all, but can I use or exprot Arduino Libraries to use in Microblocks and how would I do this if possable?

Tim

Comments (2)

  1. John Maloney repo owner

    Sorry, you can't directly use Arduino libraries from MicroBlocks.

    However, you can often implement the functionality of an Arduino library in MicroBlocks. All of the MicroBlocks libraries for sensors, motor controllers, and robot kits are written entirely in MicroBlocks and many of them were created by studying the Arduino library for the given device.

    The Gamer library appears to target a classic Arduino Uno (https://www.jaapsch.net/diygamer/) but MicroBlocks does not run on the Arduino Uno. Sorry!

  2. Log in to comment