firmware/shared/h.py
Peter D. Gray e7f8b24fae
menu reorg
2021-09-23 15:02:06 -04:00

11 lines
243 B
Python

# (c) Copyright 2018 by Coinkite Inc. This file is covered by license found in COPYING-CC.
#
# use:
# from h import *
from ubinascii import hexlify as b2a_hex
from ubinascii import unhexlify as a2b_hex
import uasyncio
arun = uasyncio.run