Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 418 Bytes

File metadata and controls

21 lines (17 loc) · 418 Bytes

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.