This repository has code for creating remote controls, typically for robotics projects using a Raspberry Pi Pico W and MicroPython.
The code is in two parts:
remote.py
- the code that runs on the remote controller; sends commands such asup
,down
,left
,right
robot.py
- the code that runs on the robot and interprets the commands from the remote