전처리문 사용
#define PIN 11
#define C4 262
#define TI 1000
void setup() {
tone(PIN, C4, TI);
//tone(11, 262, 1000);
}
void loop() {
Copyright ⓒ Tech79 All right reserved