[3. ]Can i program the board to take input, send it to the computer at the same time as i send two different signals to the board (multitasking)?
Even though there is no multitasking support, transferring data to the computer is driven by interrupts so it's essentially done in the background.
- Brian
Ok, so it will work to use an Arduino as controll (Like a controll on a RC car) and to serveral things in the same time?