Arduino1 [아두이노] 기초문법 다지기 제일 먼저 아두이노는 C언어 기반이기 때문에 C언어와 큰 차이가 없다 또한 오픈 소스 플랫폼이여서 공식홈페이지에서 문법을 확인할 수 있다 https://www.arduino.cc/en/Guide Getting Started with Arduino products Open-source electronic prototyping platform enabling users to create interactive electronic objects. www.arduino.cc 제일 먼저 아두이노를 실행시키면 다음과 같은 화면이 나온다 제일 기초 // 와 /* */ 는 주석을 표현할 때 사용한다 ('#' 아닙니다) void setup() put your setup code here, to run once 적혀있는 것.. 2023. 3. 5. 이전 1 다음