Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastcompute/course-ieee-cs-pico
https://github.com/pastcompute/course-ieee-cs-pico
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pastcompute/course-ieee-cs-pico
- Owner: pastcompute
- Created: 2023-07-02T00:00:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-06T11:11:32.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:23:48.640Z (about 1 month ago)
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: licenses/adafruit_circuitpython/LICENSE
Awesome Lists containing this project
README
# Files for the IEEE Computer Society (South Australia) introduction to Pico course
- The files in `pico/lib/` need to be copied to the `lib` folder on the Pico
- The files in `pico/` need to be copied into the root folder on the Pico
- The example code files are in `examples/`# Key information
- The contents of the kit is listed in `kit-contents.md`
- Raspberry Pi Pico board pinout:
![Raspberry Pi Pico board pinout](./images/pico_pinout.png) (Image source: Raspberry Pi Foundation)
- Datasheet: https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf
- An i2c tutorial: https://learn.sparkfun.com/tutorials/i2c/all
- Circuit Python: https://circuitpython.org/
- Wikwi simulator: https://wokwi.com/
- Adafruit framebuffer: https://docs.circuitpython.org/projects/framebuf/en/latest/examples.html
- Python string format https://docs.python.org/3/library/string.html#format-specification-mini-language