To use:
import kbread
Module kbread
Simple keyboard reading module - for reading from keyboard on the python terminal.
Useful for e.g. getting ground truth values to go with sensors
# Read a single keypress. Returns empty string if no key is pressed
def read_key()
kbread.read_key
# kbread.read_key
def read_key(
)
Read a single keypress. Returns empty string if no key is pressed