How to Micro:bit library development?

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
Jason Kim
Posts: 12
Joined: Sun Jan 01, 2017 3:07 pm

How to Micro:bit library development?

Post by Jason Kim » Thu Jan 12, 2017 10:25 am

I want to develop a new Micro:bit library in MicroPython. (like Image, display.... etc)
Typically, python's Library is can developed using python and so easy. but I understand that MicroPython was developed using c++.
So, MicroPython is a very complex structure. Therefore, I want to develop a new module using python. Is this possible? and What should I do if that can possible?

Post Reply