Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples

All examples work on a raspberry pi with the actual wiringPi library, and on any PC with the wiringPi-sim library.

Build

To build all the files AFTER INSTALLING WIRINGPI-MOCK, run the following:

cmake .
make -j $(nproc)