whaleygeek / bitio

A micro:bit I/O device library for Python
Other
93 stars 32 forks source link

Source for Bitio.hex #45

Open RandoSY opened 5 days ago

RandoSY commented 5 days ago

Hello!,

Thanks for this great facility.

Is the source for the bitio.hex file available for review anywhere. I would like to learn from it.

Thanks!!!

whaleygeek commented 5 days ago

It is very tiny, as most of the work is done on the PC python side, it uses the python raw repl to effect commands remotely.

All it does is display a logo and then stop. The logo is there so that it is obvious to the user that the micro:bit is ready.

If you drag and drop the hex file into the editor at python.microbit.org you will see the source code.

Thanks for your interest!