首页 > TAG信息列表 > oled12864
智能家居最终代码
#include <DFRobot_SSD1306_I2C.h> //导库 #include <Servo.h> // 创建舵机对象 Servo myservo; // 定义Servo对象来控制 int pos = 0; // 角度存储变量 DFRobot_SSD1306_I2C oled12864; //创建oled对象 int incline = A0;//倾斜传感器引脚 int sy = A2;//蜂鸣器引脚 int l