Newcomer's request for help, turn on LED #13652
Replies: 2 comments
-
Your code is impossible to follow. I think you need to learn to program from the beginning. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The data which is sent via SPI to control the LEDs could be calculated or saved on flash as bytes. Putting everything into the source code, makes the program unflexible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using Raspberry Pi Pico with Micropython, here is the program code I wrote:
https://paste.fastmirror.net/?a598cbd31646761f#5EPdjtowXjxu2hAjcCviDUkHU3KVzZc6giyLcAa7WAtw
I would like to ask you to teach me how to modify the code to follow the following process:
gs_data_IC_1_1()~gs_data_IC_1_17() executed, LED pattern 1 turned on.
gs_data_IC_2_1()~gs_data_IC_2_17() executed, LED pattern 2 turned on.
gs_data_off executed, all LEDs turned off.
gs_data_IC_1_1()~gs_data_IC_1_17() executed, LED pattern 1 turned on......
Beta Was this translation helpful? Give feedback.
All reactions