Skip to content

Commit

Permalink
fixed t2 example, added comile docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Sep 1, 2023
1 parent 2c904b3 commit e1f0fa7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/ppuc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,19 @@ These components are still in an early development stage and the documentation w

### Compiling

```shell
mkdir PPUC
cd PPUC
git clone https://github.com/PPUC/libserialport.git
git clone https://github.com/PPUC/libppuc.git
git clone https://github.com/PPUC/libzedmd.git
git clone https://github.com/zesinger/libserum
git clone https://github.com/PPUC/pinmame.git
cd pinmame
git checkout libppuc
```
Now continue the the OS specific steps.

#### macOS

Install required dependencies via homebrew:
Expand Down
1 change: 1 addition & 0 deletions src/ppuc/examples/t2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ ledStripes:
board: 3
port: 2
ledType: GBRW
amount: 21
lightUp: 100
afterGlow: 400
lamps:
Expand Down

0 comments on commit e1f0fa7

Please sign in to comment.