Skip to content

C++ wrapper around BCM2835 library manage the GPIO port of a Raspberry Pi

License

cpu150/raspberrypi_gpio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RASPBERRYPI_GPIO

C++ class wrapping BCM2835 C library which helps to manage the GPIO port of a Raspberry Pi
This class has been tested on a Raspberry Pi Zero W only

DEPENDENCIES

BCM2835 LIBRARY

To install the bcm2835 library you can follow the instructions here
There is a script there: bcm2835/install.sh which is a helper to download and install the library but may not support all OS configurations

COMPILATION

To compile this project there is a Makefile. Here are the available make commands:
- all - build the project applying the release configuration
- debug - build the project applying the debug configuration
- clean - delete all generated files

About

C++ wrapper around BCM2835 library manage the GPIO port of a Raspberry Pi

Resources

License

Stars

Watchers

Forks

Packages

No packages published