From 44cbad68d3fa90cc25cf4deb285d4e9ef2336bca Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Mon, 30 May 2022 10:41:56 -0400 Subject: [PATCH] Update library.properties --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index e09bea5..3c5d714 100644 --- a/library.properties +++ b/library.properties @@ -1,8 +1,8 @@ name=ESP32AnalogRead -version=0.1.2 +version=0.2.0 author=Kevin Harrington maintainer=Kevin Harrington -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