Notice
Recent Posts
Recent Comments
목록2017/07/04 (1)
준호씨의 블로그
Arduino - A0 는 14 번
https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/variants/standard/pins_arduino.h#L56 A0~A7 순서로 14~21 이다. #define PIN_A0 (14) #define PIN_A1 (15) #define PIN_A2 (16) #define PIN_A3 (17) #define PIN_A4 (18) #define PIN_A5 (19) #define PIN_A6 (20) #define PIN_A7 (21) static const uint8_t A0 = PIN_A0; static const uint8_t A1 = PIN_A1; static const uint8_t A2 = PIN_A2; static cons..
메이커
2017. 7. 4. 23:24