13 lines
473 B
Markdown
13 lines
473 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 important for the config files
|
|
|
|
We added a script /usr/bin/reset_flippr this can be found in the repo and must be chosen in /etc/rc.local. It prevents the solenois from burning!
|