Update README.md

This commit is contained in:
manuelkamp 2021-12-19 17:06:45 +01:00 committed by GitHub
parent c7dc12ba1d
commit 1409a3a2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ I've modified these sources to use the piGPIO library instead of the unsupported
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)
## Build
gcc -Wall -03 -o ssdled ssdled.c -lpipgio -lrt -pthread
## Original README
hddledPi blinks a LED connected to a GPIO pin on any mass storage access. Not only on SD card access, but also on USB thumbdrive and hard drive activity.