SBC mpy-cross

Hide your code inside the programmable simpleRTK2B-SBC

Sometimes we want to hide the source code to the user visibility.In C this is easy because C source code and C executable are separate files, but in python you only have source files that are compiled in runtime.Micropython uses a tool named mpy-cross to build some components in the host machine and add them […]

Hide your code inside the programmable simpleRTK2B-SBC Read More »