Update README.md

This commit is contained in:
manuelkamp 2021-12-21 23:02:05 +01:00 committed by GitHub
parent c34800ce14
commit d79f36b3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,13 @@
# PiLEDlights
For the Raspberry Pi - Make LEDs blink on network and/or SD card/USB storage activity.
## Modified to use the piGPIO library
## Modified to have 3 LEDs
The ssdled was modified to have 3 different LEDs. One for disc activity, one for heartbeat (it checks if processes are running) and one for system readiness (= booted).
## Build
gcc -Wall -O3 -o ssdled ssdled.c -lpigpio -lrt -pthread
## Original Modified to use the piGPIO library
I've modified these sources to use the piGPIO library instead of the unsupported wiringPi library.
The original README text is here for reference, but the actual parameters and values are now different (netleds, for example now has a distinct tx and rx LED)