This video shares how to install and use yfinance in Colab
本影片分享如何在Colab上安裝與使用yfinance函式庫
fishark 發表在 痞客邦 留言(0) 人氣(163)
This video shares how to install, set up ESP IDF and build example in VS Code
這個影片分享如何在VS Code中安裝,設定ESP IDF與建立範例說明
fishark 發表在 痞客邦 留言(0) 人氣(62)
This example shows how to use LabVIEW to get stock data from yahoo finance
這個範例說明如何使用LabVIEW擷取yahoo財經上的股票資料
fishark 發表在 痞客邦 留言(0) 人氣(127)
This example shows how to use the queue to transmit data from one task to another task.
這個範例說明如何使用佇列將資料從一個任務傳到另一個任務。
fishark 發表在 痞客邦 留言(0) 人氣(92)
This example shows how read the raw data of MPU6050 by using Arduino Mega2560.
There are several steps:
fishark 發表在 痞客邦 留言(0) 人氣(76)
This example explain what are tick, tick ISR, task states (Running, Ready, Blocked, and Suspended) and how to use two task delay functions (vTaskDelay and vTaskDelayUntil) to elimanate starving state while two tasks are called with different priorities .
這個範例說明什麼是時脈、時脈中斷服務、任務狀態(執行、就緒、阻塞與掛起),以及如何使用任務延時的函數(相對延時vTaskDelay與 絕對延時vTaskDelayUntil)去消除呼叫兩個不同優先順序的任務時產生的餓死狀態。
fishark 發表在 痞客邦 留言(0) 人氣(119)
This example shows how to create FreeRTOS task, call scheduler and implement task function in Arduin.
這個範例說明如何在Arduino中創建FreeRTOS的任務、呼叫調度器,以及實現任務函數。
fishark 發表在 痞客邦 留言(0) 人氣(306)
This video show the blinking of RGB LED controlled by Mega2560.
本影片展示用Mega2560控制RGB LED閃爍的狀況。
fishark 發表在 痞客邦 留言(0) 人氣(37)
This video shows how to install FreeRTOS library in Arduino IDE.
這影片說明如何在Arduino IDE中安裝FreeRTOS的程式庫。
fishark 發表在 痞客邦 留言(0) 人氣(73)
This example shows how BLED112 dongle receive data from ESP32 development board and then send data back to ESP32 and print data on the COM port monitor.
這個範例說明BLED112 dongle如何從ESP32開發版上收取資料,以及將資料送回ESP32並將資料列印在串列埠監控視窗上。
fishark 發表在 痞客邦 留言(0) 人氣(235)