Hi. I am new to the Raspberry Pi. I have a Raspberry Pi 3 and a PiFace 2. I am trying to update a Christmas decoration made over 40 years ago by my father. It was run by a rotisserie motor and a wooden cylinder with copper strips and screws to make contact and light the stars up in sequences.
I have 5 stars in the following formation:
1 2
5
4 3
I am trying to have the stars light up in a certain sequence with a small delay in between each function
1
2
3
4
5
1,2,3
2,3,4
3,4,1
4,1,2
1,2,5
2,3,5
3,4,5
4,5,1
1,2,3,4,5
then begin the sequence again.
I have tried following as many of the posts as I can and receive errors on everything from syntax to int and tuples.
I am sure that it is something that is simple to the rest of you but just eludes me. Any help in any way will be greatly appreciated.
Elli