boochow / micropython-raspberrypi

bare metal Raspberry Pi Zero / Zero W port of MicroPython
MIT License
215 stars 24 forks source link

Add machine, machine.Pin, machine.Timer, module gpu, IRQ support, USB keyboard support #7

Closed boochow closed 6 years ago

boochow commented 6 years ago

Added module: machine for Pin class and Timer class Added module: gpu for GPU frame buffer support Added class: machine.Pin for GPIO input/output Added class: machine.Timer for System timers. Exception handling is added to handle IRQ from timers. Added feature: Experimental USB keyboard support. It can be used for REPL input device. Optional.