vedderb / vesc_express

The source code for the VESC Express
GNU General Public License v3.0
39 stars 31 forks source link

Implement ADC through esp #39

Open puresoul opened 1 month ago

puresoul commented 1 month ago

Hi,

simple question, it's possible to implement ADC input through vesc_express? do I need to implement some code for it ( maybe tree/main/main/adc.c ) or how can i define what pins would be used in config?

Thanks

puresoul commented 1 month ago

actually dumb question, because just now i read that express supports only ESP32C3, so to use regular ESP, I need to implement it myself.