Help a Noob in trouble
Hi every one, I'm excited to get my hands on the DE0 board. I just bought a couple of LED's and some toy motors and was hoping to turn them on/off with this board. My approach was using the Nios II in assembly since i have learned that in my class. As i connected the GPIO port, i was able to set it as an output port to cycle some signal such as 1 or 0. But the problem arises that the signal from the GPIO pins don't have any power! Other than some specific Pins that supply +5v which cannot be controled through the Nios II. My question is what is the best method to control, lets say LED's on/off ? (And i mean by external LED's not the one on the board itself). Can i program the GPIO in such a manner to send signals to do such a thing? Or do i need some seperate hardware that boosts the signal from the GPIO? My code is attached.