#include <SPI.h>
#include <Wire.h>
#include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27,16,2); const int speaker=7; //蜂鳴器 const int Rled=9; //紅燈
const int Gled=8; //綠燈,同時控制大門電磁鎖 const int RST_PIN=A0;
const int SS_PIN=10;
int i;
int size;
char str1[]="RFID tag is:";
Servo myservo;
Servo (SS_PIN,RST_PIN);
這是老師本人打出來的程式,我只是個普高的學生,以為複製貼上就可行了,不過完全沒基礎的我根本不知道怎麼解決
#include <SPI.h>
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2);
const int speaker=7; //蜂鳴器
const int Rled=9; //紅燈
const int Gled=8; //綠燈,同時控制大門電磁鎖
const int RST_PIN=A0;
const int SS_PIN=10;
int i;
int size;
char str1[]="RFID tag is:";
Servo myservo;
Servo (SS_PIN,RST_PIN);
這樣?
另外老師就是給你問的,還有玩arduino一定要學點C。