Update README.md

This commit is contained in:
Jonas Zeunert
2024-02-16 12:37:37 +01:00
parent edba98266c
commit 185f8874cb

View File

@@ -3,9 +3,9 @@ This is a driver written to control Zaccaria pinball machines from the 2nd Gener
An example game implementation for the Zaccaria Pinball Champ '82 can be found at [[flippr-game|https://gitlab.rhetenor.de/rhetenor/flippr-game]]. An example game implementation for the Zaccaria Pinball Champ '82 can be found at [[flippr-game|https://gitlab.rhetenor.de/rhetenor/flippr-game]].
## Usage ## Build Instructions
## Build the driver library ### Library
To build the flippr-driver library run the following commands: To build the flippr-driver library run the following commands:
```sh1 ```sh1
$ cd flippr-code/FlippR-Driver/build $ cd flippr-code/FlippR-Driver/build
@@ -17,3 +17,5 @@ This will create you the static-library file: _flippr-code/FlippR-Driver/bin/lib
The library uses wiringPi Pin numbering important for the config files 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! 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!
### Networking