esp_adc: new esp_adc component and adc drivers

This commit is contained in:
Armando
2022-07-15 12:52:44 +08:00
parent 9653af8d04
commit 5b523a3313
185 changed files with 7783 additions and 6462 deletions

View File

@@ -5,8 +5,9 @@
*/
#include <stdbool.h>
#include "esp_attr.h"
#include "esp_private/regi2c_ctrl.h"
#include "driver/adc.h"
#include "esp_private/adc_private.h"
/*
* This file is used to override the hooks provided by the PHY lib for some system features.