-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c0a4be
commit 44cbad6
Showing
1 changed file
with
2 additions
and
2 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,8 +1,8 @@ | ||
name=ESP32AnalogRead | ||
version=0.1.2 | ||
version=0.2.0 | ||
author=Kevin Harrington | ||
maintainer=Kevin Harrington <[email protected]> | ||
sentence=Load the ESP32 ADC calibration data and use it to read from the ADC. | ||
sentence=Load the ESP32 ADC calibration data and use it to read from the ADC Supports the original, S2 and S3. | ||
paragraph=Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html | ||
category=Signal Input/Output | ||
url=https://github.com/madhephaestus/ESP32AnalogRead | ||
|