library on Mu 1.0.3

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
Jackpo
Posts: 4
Joined: Thu Dec 10, 2020 11:06 am

library on Mu 1.0.3

Post by Jackpo » Wed Dec 16, 2020 1:32 pm

Hallo.

I have downloaded a library named: Tinybit MicroPython Library. How to use it with MicroPython Mu 1.0.3?
Thanks.
Jackpo.

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: library on Mu 1.0.3

Post by jimmo » Sun Jan 10, 2021 11:35 pm

Jackpo wrote:
Wed Dec 16, 2020 1:32 pm
I have downloaded a library named: Tinybit MicroPython Library. How to use it with MicroPython Mu 1.0.3?
Hi,

I think the idea is that you use their custom .hex file, which will include the tinybit module.

You can get the .hex file from https://www.yahboom.net/study/Tiny:bit (specifically https://www.yahboom.net/xiazai/Tiny_bit ... ibrary.hex )

And you can tell Mu to use it -- https://codewith.mu/en/howto/1.0/microbit_settings

Post Reply