ESP32
ESP32, I2C, LCD1602
CoyoteUgly
2018. 8. 16. 17:37
ESP32, I2C, LCD1602
0. 참고 사이트
- esp-idf\examples\peripherals\i2c
- https://github.com/espressif/esp-idf/tree/master/examples/peripherals/i2c
1. 모듈
2. 보드 연결
5V Power
SDA 21
SCL 22
3. 소스
esp\esp-idf\examples\peripherals\i2c 소스 기반으로 작성
https://github.com/sglee0223/esp32/tree/master/lcd1602_i2c