This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from keybow_hardware.pim56x import PIM56X as Hardware | |
from keybow2040 import Keybow2040 | |
import supervisor | |
import time | |
import usb_cdc | |
keybow = Keybow2040(Hardware()) | |
keys = keybow.keys | |
uart = usb_cdc.serials[1] |