Skip to content

Faymoon/GPIOlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPIOlib

A c++ lib to interact with Raspberry Pi GPIOs.

Compile

Symply execute

$ git clone https://github.com/Faymoon/GPIOlib
$ cd GPIOlib
$ premake5 [the way you want to compile]

To chose the premake action see the doc or premake5 --help.

I recommand you to use the gmake action and then compile like this on your Raspberry Pi. That :

$ premake5 gmake
$ cd build
$ make

should work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published