* Move turns to a submodule of std Signed-off-by: Nick Cameron <nrc@ncameron.org> * Cache module infos as well as memory; fix a bug with deprecated constants Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
@no_std
|
|
|
|
export ZERO = 0
|
|
export QUARTER_TURN = 90deg
|
|
export HALF_TURN = 180deg
|
|
export THREE_QUARTER_TURN = 270deg
|