-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NOT AN ISSUE] How to convert this to a micropython module? #1
Comments
Hi athusrv, After that clone this repo on your c module directory and add micropython.mk file inside mpy-qr folder with following content: after that follow micropython docs to build and and flash custom build. Note: you might get compilation error about re-declared variables. Just find those variables in code and replace them with something else. |
I think the above still works, but just now I've pushed some changes that include a |
Hi - I am getting an error - any clues on what I am doing wrong ? /usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: /tmp/ccE9bnqF.ltrans1.ltrans.o: in function Full build at - https://pastebin.pl/view/raw/a6a02df3 Trying to build as part of https://github.com/daniel-thompson/wasp-os.git |
Confirmed it works with 1.13 source base. |
Well it was not so hard... Test build based on revision 81f706aee http://iot.petrkr.net/olab/micropython-1.17-octopus-uqr-20211228.bin |
Hi, I've tried to build this for stm32 and nrf port but I was getting same [UPDATE]: |
First of all, thanks for your code. It's been hard to find some code over the internet that can generate QR codes.
I'm new to micropython and I don't know how to turn this into a micropython module. Could you please update your README with that instructions or maybe give me some idea on how I can achieve that?
Thank you!
The text was updated successfully, but these errors were encountered: