Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Pico Python Scripts

Scripts and Instructions for use with the raspberry pi pico

  • Blink:
    • blink the inbuilt LED
  • Space_Invaders
    • implemenation of space invaders video game using pico and pimoroni picodisplay
    • requires pimoroni firmware

MicroPython Commands

connect to repl

sudo minicom -o -D /dev/ttyACM0

connect to rshell

sudo rshell --buffer-size=512 -p /dev/ttyACM0

copy main.py (or other function) to board

cp <main.py> /pyboard/main.py

exit minicom

<C-A> x

About

Repository containing scripts for the raspberry pi pico written in micropython

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages