11 lines
295 B
Markdown
11 lines
295 B
Markdown
## Build the driver library
|
|
To build the flippr-driver library run the following commands:
|
|
```sh1
|
|
$ cd flippr-code/FlippR-Driver/build
|
|
$ cmake ..
|
|
$ make
|
|
```
|
|
This will create you the static-library file: _flippr-code/FlippR-Driver/bin/libFlippR-Driver.a_
|
|
|
|
The library uses wiringPi Pin numbering
|