(用於描述您討論區的短文)
跳到內容
文章 由 cajhbb » 2024年 12月 5日, 02:48
代碼: 選擇全部
/** #include <TinyDebug.h> void setup() { Debug.begin(); // 初始化除錯接口 Debug.println(F("Hello, TinyDebug!")); // 打印訊息 } void loop() { // 您的程式碼 }
回到「Attiny85」