There was an error while loading. Please reload this page.
@micropython.asm_thumb def asm_add(r0, r1): add(r0, r0, r1) asm_add(1, 2)
インラインアセンブリ機能の詳細は、以下のurlを参照ください
https://micropython-docs-ja.readthedocs.io/ja/latest/pyboard/tutorial/assembler.html
Home