raspberry Pi Pico with thonny micropython

preview_player
Показать описание
led blink program with the raspberry Pi Pico board using thonny ide and micropython
it's very easy to use thonny with raspberry Pi Pico they are made for eachother
here I am blinking gpio pin 6 to 15 and
for loop is used to assign all these pin as output like we used in c programming and in Arduino
machine module for pin
and time module for delay
while true is the main loop
program I am running temporary
Рекомендации по теме