BASIC4MCU | 질문게시판 | 답변 : 답변 : 답변 : 아두이노 Rf433 송수신기 진동모터
페이지 정보
작성자 A반장 작성일2018-10-11 21:37 조회1,233회 댓글1건
https://www.basic4mcu.com/bbs/board.php?bo_table=gac&wr_id=3524
본문
아두이노:1.8.7 (Windows 10), 보드:"Arduino/Genuino Uno"
C:\Users\?씠珥?\Desktop\sketch_oct09a\sketch_oct09a.ino: In function 'void loop()':
sketch_oct09a:25:2: error: 'time' was not declared in this scope
sketch_oct09a:25:15: error: 'moillis' was not declared in this scope
sketch_oct09a:28:13: error: 'time' was not declared in this scope
C:\Users\?씠珥?\Desktop\sketch_oct09a\sketch_oct09a.ino: At global scope:
sketch_oct09a:30:1: error: expected declaration before '}' token
exit status 1
'time' was not declared in this scope이 리포트는 파일 -> 환경설정에 "컴파일중 자세한 출력보이기"를
활성화하여 더 많은 정보를
보이게 할 수 있습니다.
이라고 뜨는데 어떻게 해야 할까요?
댓글 1
조회수 1,233master님의 댓글
master 작성일
time은 위에 변수 선언이 빠져있고
moillis는 miillis를 잘못 입력했고
괄호는 뭔가 문제가 있겠죠?
댓글로 소스코드를 첨부하세요