Audio (340) Datatype (50) Demo (203) Development (592) Document (22) Driver (100) Emulation (146) Game (984) Graphics (491) Library (112) Network (230) Office (65) Utility (907) Video (68)
Total files: 4310
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
There is an extra LED header on the Nemo motherboard.
This VERY tiny shell command allows you to control the LED from a script, or
from ARexx using ADDRESS COMMAND.
This may be useful as an indicator of.. whatever you'd like.
Also included is a header file to make it easy for C programmers to use.
Also included is the source.
It's all quite small really, the command is under 7k.
Now for the details:
There is nothing plugged in to P31 , so this program will do nothing unless you
add an LED there first.
The LED will turn ON at every reboot. You can turn it OFF by adding the
following
line to your s:user-startup.
NEMO_LED_P31 OFF
And now you'll know exactly when the user-startup has completed!
|