差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
developmentboard:esp32-c3-1.28-lcd [2024/04/11 07:41] admin12developmentboard:esp32-c3-1.28-lcd [2024/04/11 11:43] (当前版本) admin12
行 4: 行 4:
 ===== Table of contents ===== ===== Table of contents =====
  
-==== 一、Introduction ====+=== 一、Introduction ===
  
-==== 二、Installing using Arduino IDE ====+===   ===
  
-==== 三、sample program usage ====+=== 二、Installing using Arduino IDE === 
 + 
 +===   === 
 + 
 +=== 三、sample program usage === 
 + 
 +===   ===
  
 ===== Getting Started ===== ===== Getting Started =====
行 118: 行 124:
 If everything is working fine, we will see the output in the serial console shown. If everything is working fine, we will see the output in the serial console shown.
  
-** <font 16px/inherit;;inherit;;inherit>void setup() {</font> **+** <font 16px/inherit;;inherit;;inherit>void setup() {</font>  **
  
-** <font 16px/inherit;;inherit;;inherit>Serial.begin(115200);</font> **+** <font 16px/inherit;;inherit;;inherit>Serial.begin(115200);</font>  **
  
-** <font 16px/inherit;;inherit;;inherit>}</font> **+** <font 16px/inherit;;inherit;;inherit>}</font>  **
  
-** <font 16px/inherit;;inherit;;inherit>void loop() {</font> **+** <font 16px/inherit;;inherit;;inherit>void loop() {</font>  **
  
-** <font 16px/inherit;;inherit;;inherit>Serial.println("hello from ESP32");</font> **+** <font 16px/inherit;;inherit;;inherit>Serial.println("hello from ESP32");</font>  **
  
-** <font 16px/inherit;;inherit;;inherit>delay(1000);</font> **+** <font 16px/inherit;;inherit;;inherit>delay(1000);</font>  **
  
-** <font 16px/inherit;;inherit;;inherit>}</font> **+** <font 16px/inherit;;inherit;;inherit>}</font>  **
  
 {{:developmentboard:4-9.png}} {{:developmentboard:4-9.png}}
  • developmentboard/esp32-c3-1.28-lcd.1712821298.txt.gz
  • 最后更改: 2024/04/11 07:41
  • admin12