Makefile: Enable keymap checker on SAMD51. Fix Unix MPY build
This commit is contained in:
3
upy-unix-stubs/digitalio.py
Normal file
3
upy-unix-stubs/digitalio.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class DigitalInOut:
|
||||
def __init__(self, *args, **kwargs):
|
||||
pass
|
1
upy-unix-stubs/usb_hid.py
Normal file
1
upy-unix-stubs/usb_hid.py
Normal file
@@ -0,0 +1 @@
|
||||
devices = []
|
Reference in New Issue
Block a user