iT邦幫忙

0

Day 22, 沒有Day 21: 安裝ESP32控制板之驅動程式(後續:類神經網路介紹主題PPT))

使用編程環境: Thonny
下載頁面:https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers
https://ithelp.ithome.com.tw/upload/images/20220625/20149573wRuuopTxfR.png
選擇自己電腦使用的系統,Windows使用Universary版本
解壓縮後,我沒看到exe執行檔,有點奇怪。
https://ithelp.ithome.com.tw/upload/images/20220625/20149573MqGx5MAexy.png
接著到thonny-> Tool-> Options-> Interpreter-> 如圖
https://ithelp.ithome.com.tw/upload/images/20220625/20149573YRtsXPya9V.png
執行以下程式後,會看見內建LED閃爍

from machine import Pin
import time

led = Pin(2, Pin.OUT);

while True:
    led.value(1)
    time.sleep(0.5)
    led.value(0)
    time.sleep(0.5)

另外,我最近練習做關於類神經網路的簡介PPT,如果有空的話,請過目看看
https://ithelp.ithome.com.tw/upload/images/20220626/20149573mmSsLaenLN.jpghttps://ithelp.ithome.com.tw/upload/images/20220626/20149573YxvP5qc3je.jpghttps://ithelp.ithome.com.tw/upload/images/20220626/20149573UQLKmSKj8f.jpghttps://ithelp.ithome.com.tw/upload/images/20220626/20149573mJjc8huwHe.jpg


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言