Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
/ RPParallelMem Public archive

A parallel RAM/ROM/IO driver for MicroPython on the Raspberry Pi Pico.

License

Notifications You must be signed in to change notification settings

MikeDev101/RPParallelMem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPParallelMem

A parallel RAM/ROM/IO driver for MicroPython on the Raspberry Pi Pico.

Features

  • "Easily" expand the Raspberry Pi Pico's RAM by using an external parallel Memory device.
  • Connect 3-volt parallel devices to the Pico
  • Program parallel flash memory

See main.py for more details.

Changelog

Version Info
v1.0 Initial commit.