Тёмный

Flashing SOS on an LED with RPi PICO 

Kevin
Подписаться 37
Просмотров 362
50% 1

Опубликовано:

 

27 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@lorisrobots
@lorisrobots Год назад
Great Solution! I like how you used a list to code up the blinking for each letter.
@keithlohmeyer
@keithlohmeyer Год назад
Nice job. Great way of coding it. Welcome to the homework video club.
@kev67uk
@kev67uk Год назад
Thanks Keith. I think it was harder working out how to do the video than it was to do the homework! Fingers crossed I'll be able to keep up as things get a bit harder in the lessons...
@DrDave327
@DrDave327 Год назад
Very efficient coding. Nice work!
@paulmcwhorter
@paulmcwhorter Год назад
Nice Work!
@bigbogeyface
@bigbogeyface Год назад
Excellent 👍 Writing "len(3)" in your for loops is unnecessary, you can just write "3". So: for i in range (0,3,1) Is: repeat from 0 to 3 in steps of 1 👍 Here's how the "len()" function works: Word = "mum" Length_Of_Word = len(Word) Print (Length_Of_Word) This will print the number 3 as the word "mum" contains 3 characters 👍 So you see the "len()" functions is as to ask, what is the length of something. The answer will be held in the variable that you declared before asking for the length. Excellent work anyhow, your recording quality is exceptional 👌 👏 👍 🙌 😀 😎 👌
@kev67uk
@kev67uk Год назад
Hi BBF, thanks for the comments. I used the len( ) so that I could add the morse for other letters and numbers, which are different quantities of dots and dashes, and to make it easy to copy and just change the letter without having to worry about whether it had more or less dots and dashes. The digit in the len brackets is actually the letter (S) or (O), not just a number. Both are three dots or dashes, but in this case the len( ) returns 6, as it's also counting the gaps between the digits and letters. Thank you for the compliment about the video as well 😊
@arlo4051
@arlo4051 Год назад
Nice, thanks for sharing.
@jameslewellen150
@jameslewellen150 Год назад
Nice program
@ke7uia
@ke7uia Год назад
Oh, so simple.
@charlotteswift
@charlotteswift Год назад
Really good idea to just put in the timings and use toggle. How do you manage to type without making mistakes? And on camera!!!
@kev67uk
@kev67uk Год назад
Thanks Charlotte, it only took me 158 attempts to get it right! 😉 But seriously, I've been typing for many years, but I think you'll find I still made a few mistakes somewhere in the middle😊. Glad you liked the video.
@colepdx187
@colepdx187 Год назад
👍Thanks!
Далее
How do Graphics Cards Work?  Exploring GPU Architecture
28:30
VIC 20 build.  Monochrome video output.
17:01
Просмотров 4,8 тыс.
Explaining RISC-V: An x86 & ARM Alternative
14:24
Просмотров 461 тыс.