This repository contains Introductory Programming Activities an LCD module, and example LCD display programs including a Breakout game for the mirobo.tech BEAPER Pico circuit.
- BEAPER-Pico-Intro-1.py - Input and output programs, including if conditions, logical conditions, simple sounds, and the creation of a start-stop pushbutton circuit and bicycle turn signals.
- BEAPER-Pico-Intro-2.py - Variable and constant programming, including the creation of a toggle button and a two-player rapid-clicker game.
- BEAPER-Pico-Intro-3.py - Loops, including while and for loops, and an introduction to PWM.
- BEAPER-Pico-Intro-4.py - Functions, including parameter passing and an Arduino-like tone() function.
- BEAPER-Pico-Intro-5.py - Analog input, print output for debugging, f-string formatting, and a map() function.