질문 | 아두이노 미세먼지측정장치 관련 질문
페이지 정보
작성자 김원준 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일16-11-22 00:46 조회1,203회 댓글0건본문
안녕하세요 :)
아두이노를 공부하고있는 학생입니다.
미세먼지측정장치 글을 보고 너무 흥미로워서 한번 저도 시도해보고싶어서
선생님께서 사용하신 부품을 산뒤 아두이노 코딩 과정에있습니다.
먼저 올려주신 3개의 파일중 소스코드(dust-sensor-example)를 다운받고 라이브러리 2개(ethercard-master 와 u8glib_arduino_v1.18.1)를 다운받아서, zip라이브러리 추가를 한뒤에 소스코드를 실행 시켰습니다.
허나 위와같은 과정이 잘못된것인지, 아래와같은 오류가 뜹니다.
In file included from C:\Users\dwkim\Desktop\Dust-Sensor-Example-master\Dust-Sensor-Example-master\Arduino\AirLitmus\AirLitmus.ino:4:0:
bitmap.h:1269: error: variable 'bitmap_array' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
PROGMEM const unsigned char* bitmap_array[] = {
^
exit status 1
variable 'bitmap_array' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
너무 기본적인곳에서 문제가되는것같아, 몇 주째 고민중이지만 계속 같은 문제가 반복되어 용기내어 글을남깁니다. ㅜ^ㅜ
감사합니다.
댓글목록
등록된 댓글이 없습니다.