Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

A custom driver to interact with a Raspberry Pi Zero W's GPIO.

Notifications You must be signed in to change notification settings

JasonFHough/custom-gpio-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Custom GPIO Driver

A custom driver to utilize the Raspberry Pi's GPIO.

NOTE: This project is currently a work in progress

The driver is tested and developed on a Raspberry Pi Zero W.

Usage

To compile and run a file that includes the driver.h file, use gcc

gcc the_file.c driver.c -o main
./main

Example Usage

To compile the main.c file included in this repo, use the following

make
./main

or

gcc main.c driver.c -o main
./main

About

A custom driver to interact with a Raspberry Pi Zero W's GPIO.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published