[Microbit-Python] Manipulating memory with Micropython

Coryan coryanws at gmail.com
Mon Jun 6 10:32:38 EDT 2016


Hello folks,

Micropython seems to have a pretty cool module called "uctypes" which, 
amongst other things, allows you to access data from memory and work 
with it in your Python script as a bytes object.

I'd quite like to do something similar on the Micro:Bit, but it doesn't 
seem like uctypes or any of its contained functions are included in the 
Microbit module. Does anyone know if there are any other fuctions 
available that might do something similar?

Thanks so much for your help,

Best,
Coryan



More information about the Microbit mailing list