carlosperate / docker-microbit-toolchain

Docker image with the BBC micro:bit C/C++ toolchain 🐳
MIT License
12 stars 7 forks source link

NeoPixel #1

Open joachimhs opened 3 years ago

joachimhs commented 3 years ago

Hello,

Do you think it is possible to integrate https://github.com/microsoft/pxt-neopixel into this image somehow?

Very Best Regards, Joachim

carlosperate commented 3 years ago

Hi @joachimhs!

Not sure I understand the request, this is just a docker image to build micro:bit C/C++ projects. What are you trying to achieve? And what have you tried so far?

joachimhs commented 3 years ago

Hello,

I am trying to add a library that includes both some C/C++ code, and some assembly code. These needs to be inside of the yotta_modules directory somehow.

carlosperate commented 3 years ago

If it's a yotta library you should be able to add it to the module.json file and then run yt up and yt build.