From 2c2f66aa2147d902bdc1655232058994a0a04648 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Sun, 28 Jun 2020 16:40:49 +0800 Subject: [PATCH] add supported target to ESP32-S2 Temperature Sensor Example --- examples/peripherals/temp_sensor_esp32s2/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/peripherals/temp_sensor_esp32s2/README.md b/examples/peripherals/temp_sensor_esp32s2/README.md index 161798695f..e0e328f632 100644 --- a/examples/peripherals/temp_sensor_esp32s2/README.md +++ b/examples/peripherals/temp_sensor_esp32s2/README.md @@ -1,3 +1,6 @@ +| Supported Targets | ESP32-S2 | +| ----------------- | -------- | + # ESP32-S2 Temperature Sensor Example The ESP32-S2 has a built-in temperature sensor. The temperature sensor module contains an 8-bit Sigma-Delta ADC and a temperature offset DAC.