[第26期]使用ChatGPT在Arduino實現觀察者模式的程式碼/Use ChatGPT to implement Observer Pattern code in Arduino

This video shows how to use ChatGPT to implement Observer Pattern code in Arduino.

The content includes:

1. Install C++ STL for Arduino

2. Use ChatGPT to implement Observer Pattern C++code with Arduino

3. Verify the generated code in Arduino IDE

本視頻在說明如何使用ChatGPT在Arduino中實現觀察者模式的程式碼。
內容如下

1. 安裝Arduino的C++標準函式庫

2. 使用ChatGPT實現觀察者模式的Arduino C++程式碼

3. 使用Arduino IDE驗證程式碼是否可執行

留言

這個網誌中的熱門文章

使用VS code開發Python程式 - Matplotlib繪圖

使用Pycharm開發Python程式與用Matplotlib繪圖

[Python][tkinter] Build tkinter GUI 使用tkinter建立圖形視窗