Search found 1 match
- Thu Feb 21, 2019 1:41 am
- Forum: ESP-IDF
- Topic: Reading 2 ADC Channels ulp
- Replies: 2
- Views: 5426
Reading 2 ADC Channels ulp
Hi everyone! I'm having an Issue with ULP assembler. I need to read 2 digial inputs with the ulp core. The way I'm trying to do it is by measuring channel 6 of ADC1 (I'm aware you can't use the second one while using wifi) and comparing the value with a treshold. This works fine with 1 channel. Now ...