erropix / ESP32_AnalogWrite

Provides an analogWrite polyfill for ESP32 using the LEDC functions
MIT License
161 stars 36 forks source link

How to install your library?? #2

Closed adjian closed 5 years ago

adjian commented 5 years ago

I just download and copy your library to ESP32 arduino library folder. like this : C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.1\libraries

But I can't find it in Arduino IDE. I really want to use this library. So can you tell me how to install your library? Thank you so much.

erropix commented 5 years ago

If you are using the Arduino IDE, please load the downloaded zip file as shown in the following image:

importlibraryfromzipfile

If you are using PlatformIO you can install it from the libraries repository https://platformio.org/lib/show/5819/ESP32%20AnalogWrite

adjian commented 5 years ago

@ERROPiX I just try your solution. It worked. Thank you for your help and your library.

erropix commented 5 years ago

You are welcome, please share it if you like it 👍