TollyH / raspberry-pi-pico

Projects I've made for the Raspberry Pi Pico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Pico

Projects I've made for the Raspberry Pi Pico, programmed in C with the Pico SDK.

Current project list

Libraries

Standalone applications

  • uart_lcd - An application for controlling character LCD displays through a plain-text serial UART connection. Suitable for human use over a terminal, or for automatically controlling a display from another device, especially one that lacks the necessary connectivity to connect to a display directly. Built upon my lcd_controller library for Hitachi HD44780 compatible displays above.

Copyright © 2022–2024 Ptolemy Hill

This repository is licensed under LGPLv3. The full license text can be found in the LICENSE file, or at https://www.gnu.org/licenses/lgpl-3.0.html

About

Projects I've made for the Raspberry Pi Pico

License:GNU Lesser General Public License v3.0


Languages

Language:C 97.7%Language:CMake 2.3%