An open API service indexing awesome lists of open source software.

https://github.com/connellr023/rpi3-drivers

Submodule that includes some peripheral drivers for bare-metal Raspberry Pi 3.
https://github.com/connellr023/rpi3-drivers

bare-metal drivers framebuffer gpio library raspberry-pi-3 uart

Last synced: 9 months ago
JSON representation

Submodule that includes some peripheral drivers for bare-metal Raspberry Pi 3.

Awesome Lists containing this project

README

          

# Raspberry Pi 3 Drivers

> Submodule that includes some peripheral drivers for bare-metal Raspberry Pi 3.

![Raspberry Pi](https://img.shields.io/badge/-Raspberry_Pi-C51A4A?style=for-the-badge&logo=Raspberry-Pi)
![C](https://img.shields.io/badge/c-%2300599C.svg?style=for-the-badge&logo=c&logoColor=white)
![Zig](https://img.shields.io/badge/Zig-%23F7A41D.svg?style=for-the-badge&logo=zig&logoColor=white)

## Credit

The code in these drivers is adapted and expanded upon from this `raspi3-tutorial` repository here: https://github.com/bztsrc/raspi3-tutorial by bztsrc.