A few questions about micropython & Micro:bit

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
Jason Kim
Posts: 12
Joined: Sun Jan 01, 2017 3:07 pm

A few questions about micropython & Micro:bit

Post by Jason Kim » Mon Apr 03, 2017 11:50 am

I know that micropython for Micro:bit consists of C99.
if so, Is the python code when I write to make run the Micro:bit translate to C??
What if I want to redefine the micropython syntax for a Micro:bit? :ugeek:

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: A few questions about micropython & Micro:bit

Post by shaoziyang » Mon Apr 03, 2017 12:44 pm

You may try mbed to program micro:bit.

https://developer.mbed.org/platforms/Microbit/

Post Reply