Update README.md

This commit is contained in:
Ragnar Jensen 2015-11-14 19:10:24 +01:00
parent e7fbbc383d
commit f47be315cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# PiLEDlights
For the Raspberry Pi - Make LEDs blink on network and/or SD card/USB storage activity.
hddledPi blinks a LED on any mass storage access. Not only on SD card access, but also on USB thumbdrive and hard drive activity. netledPi blinks a LED when there is activity on any network interface. Not only the built-in ethernet interface, but also on any USB ethernet or WiFi interface.
hddledPi blinks a LED on any mass storage access. Not only on SD card access, but also on USB thumbdrive and hard drive activity. netledPi blinks a LED when there is activity on any network interface. Not only the built-in ethernet interface, but also on any other USB ethernet or WiFi interface.
netledPi and hddledPi make use of Gordon Henderson's wiringPi library - wiringpi.com - so you have to have that installed in order to build the programs.