차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 |
tech:arduino [2025/08/13 04:23] – [1306 i2c] V_L | tech:arduino [2025/09/11 10:42] (현재) – [1306 i2c] V_L |
---|
| |
"C:\Program Files\Arduino\hardware\tools\avr\bin\avrdude.exe" -CC:"\Program Files\Arduino\hardware\tools\avr\etc\avrdude.conf" -v -patmega32u4 -cavr109 -PCOM14 -b57600 -D -Uflash:w:C:\Users\dryoo\AppData\Local\Temp\Arduino\sketches\4F7EB36F9E14619B57DB4B6E700F28BD\Blink.ino.hex:i | "C:\Program Files\Arduino\hardware\tools\avr\bin\avrdude.exe" -CC:"\Program Files\Arduino\hardware\tools\avr\etc\avrdude.conf" -v -patmega32u4 -cavr109 -PCOM14 -b57600 -D -Uflash:w:C:\Users\dryoo\AppData\Local\Temp\Arduino\sketches\4F7EB36F9E14619B57DB4B6E700F28BD\Blink.ino.hex:i |
| |
| ====Arduino Nano==== |
| |
| ATMEL M328P |
| |
| {{:tech:arduino_nano.webp?500|}} |
| |
=====1306 i2c===== | =====1306 i2c===== |
| |
[[i2c]] | [[i2c]] |
| |
주소가 | |
> #define SCREEN_ADDRESS 0x3C | |
| |
> If using an earlier version of the Arduino IDE (pre-1.8.10), locate and install Adafruit_BusIO (newer versions handle this prerequisite automatically). | |
| |
| |
[[https://randomnerdtutorials.com/guide-for-oled-display-with-arduino/|예제와 설명(영문)]] | [[OLED SSD1306]] |
====DHT11==== | ====DHT11==== |
| |