Hi. Yes I know. I don't know why my compiles uses those commands. A relative of mine taught me basic and he tought to me like that.Is it at least readable by you guys??? I hope so!!!
Manuel
Hi. Yes I know. I don't know why my compiles uses those commands. A relative of mine taught me basic and he tought to me like that.Is it at least readable by you guys??? I hope so!!!
Manuel
Hey by the way, in the RC code, there is an extra 0 that should be there.
Instead of :
FOR X = 0 TO 7 'INITIATE PWMDATA
PWMDATA[X] 0 = 255
NEXT X
INDEX = 0
It should be:
FOR X = 0 TO 7 'INITIATE PWMDATA
PWMDATA[X] = 255
NEXT X
INDEX = 0
Thanks
Manuel
Ohhh Youre right! This was my uncle computer and he left the compiler installed!!! It says PBP compiler, but in About... it says proton!!!!!!!!!!!!!!!!!
Its quite similar though. The language, i mean.
Manuel
Hi,
Thanks Henrik for correcting me.
BTW manuel could you please describe your project in a little bit more detail.
Regards
Sougata
Hi. Yes of course. Im sorry i didnt before.
What I want to do is a 4x4x4 RGB LED cube that is commanded, via serial, from a computer. Each color of each RGB LED will be PWMed (4 bits) so I would need to receive 96 bytes (4 bits per LED).
Right now, instead of using a computer to send the data, I would like to try to do it with another PIC, so as to simplify it for now.
Thanks again!!!
Manuel
Bookmarks