I want to light up/off LEDs without a microcontroller. I'm looking to control the LEDs by writing a C++ program. but the problem im having is hooking them up is there a free way to do !!!!
I'm using Windows XP if that is relevant.
I have LEDs but I don't have a microcontroller.
Well, I found some functions but their headers are not working, so can someone help me find headers?
Here is an example of what I'm talking about:
poke(0x0000,0x0417,16);
gotoxy(1,1);
printf("Num Lock LED is now on r");
delay(10);
Also, does anyone have a "Kernel Programming" eBook?
I also need a circuit diagram to show where to hook up the LEDs.