This is a C++ problem involving the Velleman K8055 board. I have the interface board working and I am able to turn on and off all the LED’s. I also have another C++ program (used for a different application) working seperately. My problem is: i want my first program to detect a tag (which it does), when it does this to automatically flick on the Test Output icon on the Velleman which in turn feeds a servo motor which in turn carries out an application. My question is do i have to just throw both codes in together or can they link seperately?
I think it is not a bad idea to combine both codes to a single program.