Raspberry Pi v.1

Alec_t

Joined Sep 17, 2013
14,313
What lights?
How do you want them to change?
I'm sure there are plenty of code examples already available if you search with Google.
 

dl324

Joined Mar 30, 2015
16,917
How do you do Raspberry Pi v.1 lights programming. I want to change lights
How many lights and at what frequency? I assume lights means LEDs.

For low frequencies with a small number of LEDs, you can use a scripting language like Perl, csh, or Python. For more demanding requirements, a higher level language will be more capable.

If all you want to do is blink LEDs, Arduino can drive single LEDs (or multiple in series) without needing the the outputs to be buffered. Pi outputs are 3.3V and can't sink or source much current.
 
Top