第1天輕鬆一點 //紅綠燈範例void setup() {pinMode(15,OUTPUT);//綠LED腳位pinMode(2,OUTPUT);//黃LED...
void setup() {Serial.begin(115200);//INPUT_PULLUP 開始保持高//INPUT_PULLDOWN...
int Trig =12;//發出聲波腳位int Echo =14;//接收聲波腳位void setup(){Serial.begin(115200);pinM...
播放小蜜蜂 #include <ESP32Servo.h> int buzzer= 19; void setup() { Serial.be...
超音波不同距離不同發出不同音頻 #include <ESP32Servo.h>int Trig =12;//發出聲波腳位int Echo =14;...
中秋節在家寫code 祝大家中秋節快樂 #include <analogWrite.h> //請安裝ESP32 AnalogWrite程式庫 voi...
1602(I2C) Scanner 掃描I2C位址 0x27是LCD預設位址 每個裝置有不同位址 #include <Wire.h> void s...
接上篇 0x27地址 來顯示Hello , world! #include <Wire.h>#include <LiquidCrystal_...
上課筆記 #include <SimpleDHT.h>#include <BluetoothSerial.h>BluetoothSer...
藍牙通訊Bluetooth 2.0只適合Android手機iOS手機要連這個沒有這Bluetooth 2.0模式 #include <BluetoothS...