esp8266-wiki
esp8266-wiki copied to clipboard
reading ADC direct from registers?
Any doc describing the bare-metal registers used for reading the ADC? I want to read it within a timer interrupt for accurate period but can not use the API functions because they are not locked into IRAM. Thanks.