정보나눔

오픈소스하드웨어 프로젝트에 대한 다양한 정보를 나누는 공간입니다.

아두이노 오류가 났는데 어디가 잘못된지 잘 모르겠어요 ㅠㅠ.
아두이노기초 | 2021-04-02

아두이노:1.8.13 (Windows 10), 보드:"Arduino Uno"

In file included from sketch\DigitalReadSerial.ino.cpp:1:0:

C:\Users\Admins\AppData\Local\Temp\arduino_modified_sketch_958716\DigitalReadSerial.ino: In function 'void loop()':

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:40:14: error: expected unqualified-id before numeric constant

 #define HIGH 0x1

              ^

C:\Users\Admins\AppData\Local\Temp\arduino_modified_sketch_958716\DigitalReadSerial.ino:25:32: note: in expansion of macro 'HIGH'

   distance = pulseIn(ECHO_PIN. HIGH)/58.2; /*센치미터(cm)*/

                                ^~~~

exit status 1

보드 Arduino Uno 컴파일 에러.

 

도와주세요..

이전글   |    외부 전류 조절 2021-03-28
다음글   |    오렌지보드 BLE에서 블루투스통신과 PWM 핀 문제... 2021-04-14