1
0
Fork 0
wasp-os/wasp/boards/simulator/micropython.py
Daniel Thompson 262d93c76c wasp: simulator: First steps towards a simulator
Currently this just traces SPI activity from the ST7789 driver but its
a good baseline to start building up test functions from.
2020-01-31 19:36:55 +00:00

5 lines
56 B
Python

def const(x):
return x
def native(x):
return x