Skip to content

AbePineda/ESP_IDF_userinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP_IDF_userinput

I've noticed a lot of redundant code and so much configuration details when configuring simple buttons and setting up ADC analog stuff in ESP-IDF so I created this library with the intent of simplifying configuraiton while still maintaining control over it. I've made this revolving around the ESP32 S3 but I'm sure it could be used with other Esspressif products, you just have to read through the datasheet provided by them like for example, the speed is set as low on the ADC driver since the ESP32 S3 only supports it at low. This can be useful in many projects because it tells the state of buttons, coordinates if youre dealing with matrices, and simple analog percentages.

About

Library to configure digital and analog hardware (buttons, switches, potentiometers...)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages