From 185f8874cb9dea29697887d1acf90dbada260bb1 Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Fri, 16 Feb 2024 12:37:37 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ebe43e..214a917 100644 --- a/README.md +++ b/README.md @@ -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]]. -## Usage +## Build Instructions -## Build the driver library +### Library To build the flippr-driver library run the following commands: ```sh1 $ 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 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