This is a simple gamepad library for MicroPython. It is designed to be used with the kevsrobots.com/gamepad.
test_buttons.py
- example code for the GamePad remote controltest_oled.py
- example of using the OLED displaytest_motor_shim.py
- example for a pico robot that uses the Pimoroni Motor Shim to control 2 motors
burgerbot.py
- Provides movement code for a BurgerBot robotboot.py
- save this on the GamePad if you want to easily exit out of the example code by holding down the Start Menu when you power it up.motor.py
- a small but handy class for modelling simple motorsssd1306.py
- OLED display driver, use this on the gamepad to write text and clear the screen.