Search found 2 matches

by pandi999
Wed Jan 29, 2020 6:42 am
Forum: MicroPython pyboard
Topic: Arrays in MicroPython
Replies: 3
Views: 2811

Re: Arrays in MicroPython

I need to record the value of USR switch of Py board in an array which will run for 10 Seconds and after that read the array which contains the values of USR switch . According to the elements that are stored in array my LED needs to get lighted up.
by pandi999
Tue Jan 28, 2020 12:13 pm
Forum: MicroPython pyboard
Topic: Arrays in MicroPython
Replies: 3
Views: 2811

Arrays in MicroPython

Store the value of switch presses and their delay intervals in a variable and try blinking the onboard red LED after 10 second delay according to the switch presses.