Propeller Error
Legonigel
Posts: 12
My prop just stopped working. I wrote a simple code to test it and it didn't work. I'll attach the code. I don't think I made any mistakes. I connected every input, one at a time, to a LED on the PPDB. I checked, and the LED's still work. I can download the code with no problem. Can someone propose a possible problem/solution?
Simple Test.spin
Thanks,
Nigel
Simple Test.spin
Thanks,
Nigel
spin
304B
Comments
That said, I'd stay away from the top 4 pins, e.g. use dira[0..27]~~. And add some form of endless loop to your program to keep the cog alive, repeat will do as well as waitpne(0, 0, 0).
This is my first time in spin in a while.
Thanks,
Nigel