[VicPiMakers Projects] Challenge 5 Update

James Briante briantej at gmail.com
Fri May 14 02:13:07 EDT 2021


Hello All,

Attached are files relation to Challenge 5

JIm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://vicpimakers.ca/pipermail/projects_vicpimakers.ca/attachments/20210513/fdbc412c/attachment.htm>
-------------- next part --------------
from machine import Pin
from time import sleep
led = Pin(25, Pin.OUT)
buzz = Pin(22,Pin.OUT)
MorseCode= {"A":".-", "B": "-...", "C": "-.-.", "D": "-..", "E": ".", "F": "..-.", "G": "--.", "H": "....",
            "I": "..", "J": ".---", "K": "-.-", "L": ".-..", "M": "--", "N": "-.", "O": "---", "P": ".--.",
            "Q":"--.-", "R":".-.", "S":"...", "T":"-", "U":"..-", "V":"...-", "W":".--", "X":"-..-", "Y": "-.--",
            "Z": "--..", "1": ".----", "2": "..---", "3": "...--", "4": "....-", "5": ".....","6":"-....",
            "7": "--...", "8": "---..", "9": "----.", "0": "-----", " ": " "};
Ptext="I LOVE MY PICO"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Challenge 5 Update.docx
Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document
Size: 15906 bytes
Desc: not available
URL: <http://vicpimakers.ca/pipermail/projects_vicpimakers.ca/attachments/20210513/fdbc412c/attachment.docx>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pico talk_01.mp4
Type: video/mp4
Size: 6029414 bytes
Desc: not available
URL: <http://vicpimakers.ca/pipermail/projects_vicpimakers.ca/attachments/20210513/fdbc412c/attachment.mp4>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buzzer wave.JPG
Type: image/jpeg
Size: 38883 bytes
Desc: not available
URL: <http://vicpimakers.ca/pipermail/projects_vicpimakers.ca/attachments/20210513/fdbc412c/attachment.jpe>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: micropython-reference.pdf
Type: application/pdf
Size: 66174 bytes
Desc: not available
URL: <http://vicpimakers.ca/pipermail/projects_vicpimakers.ca/attachments/20210513/fdbc412c/attachment.pdf>


More information about the Projects mailing list