-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated ADC Implementation to support ESP-IDF 5.0 (#89)
* Added basic idf.py v5 support * Added basic ADC implementation. The ADC is is init and calibrated. ADC Read impl remaining. Completed ADC Read method implementation Changed ADC Bitwidth to 12, and removed extra config files while adding gitignore rules for them. Updated LSA example * Changes requested in PR #89 * Update ADC attenuation value to ADC_ATTEN_DB_12, as per ESP-IDF 5.1.2 * Updated ADC Attenuation * Update ADC bitwidth length and fix I2C driver reconfiguration * Fix I2C driver configuration logging
- Loading branch information
1 parent
619695f
commit c9180ac
Showing
6 changed files
with
144 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
### C ### | ||
# SDK Config files | ||
sdkconfig | ||
|
||
# Build folder | ||
build/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters