mirror of
https://github.com/micropython/micropython.git
synced 2024-07-26 18:26:56 +01:00
6 lines
124 B
Python
6 lines
124 B
Python
|
import native_frozen_align
|
||
|
|
||
|
native_frozen_align.native_x(1)
|
||
|
native_frozen_align.native_y(2)
|
||
|
native_frozen_align.native_z(3)
|