Currency micropython-magic Interfaces directly with usb attached Micropython boards through python logic that is directly included into this project.
In parallel similar functionality has been developed and improved as part of MPflash.
https://github.com/Josverl/mpflash
MPflash contains the MPRemoteBoard class and other relevant functionality . This allows better control and usage and should be able to replace all functionality that's currently part of MP flash.
So the goal is to
add a dependency on mpflash
replace the current interface logic by mpremote
keep the parts that directly handle the jupyter notebooks and cells etc
update documentation
add tests
Currency micropython-magic Interfaces directly with usb attached Micropython boards through python logic that is directly included into this project.
In parallel similar functionality has been developed and improved as part of MPflash.
https://github.com/Josverl/mpflash
MPflash contains the
MPRemoteBoardclass and other relevant functionality . This allows better control and usage and should be able to replace all functionality that's currently part of MP flash.So the goal is to
add a dependency on mpflash
replace the current interface logic by mpremote
keep the parts that directly handle the jupyter notebooks and cells etc
update documentation
add tests