Update README.md
This commit is contained in:
parent
c34800ce14
commit
d79f36b3ae
@ -1,7 +1,13 @@
|
|||||||
# PiLEDlights
|
# PiLEDlights
|
||||||
For the Raspberry Pi - Make LEDs blink on network and/or SD card/USB storage activity.
|
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.
|
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)
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user