공부중

[Arduino] error 해결 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach? 본문

프로그래밍/Arduino

[Arduino] error 해결 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach?

복습 2025. 1. 23. 03:14
728x90

 

'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach? 

Compilation error: 'ledcSetup' was not declared in this scope

 

업데이트 하지 말걸 그랬다.. 

After upgrade from 2.0.15 to 3.0.0rc1

 

관련 내용이 바뀐 듯 하다.

 

 

변경된 정보는 아래의 git에서 확인이 가능하다. 

https://github.com/espressif/arduino-esp32/blob/master/docs/en/migration_guides/2.x_to_3.0.rst#ledc

 

arduino-esp32/docs/en/migration_guides/2.x_to_3.0.rst at master · espressif/arduino-esp32

Arduino core for the ESP32. Contribute to espressif/arduino-esp32 development by creating an account on GitHub.

github.com

 

 

 

하지만 나는 이전 버전으로 그냥 바꿔서 문제를 해결하겠다. 

 

 

 

 

 

728x90

'프로그래밍 > Arduino' 카테고리의 다른 글

[Arduino] 온습도 센서(DHT11)  (0) 2025.01.23
[Arduino] 조도센서 CDS 실습  (0) 2025.01.23
[Arduino] 가변저항 실습  (0) 2025.01.22
[Arduino] 푸시 버튼 실습  (0) 2025.01.22
[Arduino] PIN 출력 실습  (0) 2025.01.22