https://github.com/gerryvel/analogscale
Function for analog input scaling.
https://github.com/gerryvel/analogscale
esp32
Last synced: about 2 months ago
JSON representation
Function for analog input scaling.
- Host: GitHub
- URL: https://github.com/gerryvel/analogscale
- Owner: gerryvel
- License: gpl-3.0
- Created: 2020-10-24T21:44:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T23:19:19.000Z (over 5 years ago)
- Last Synced: 2025-03-11T05:59:01.841Z (over 1 year ago)
- Topics: esp32
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
# AnalogScale_esp32
This is a code for scaling analog input to physikaly value.
E.g. PinInput value ist from 0-4092 and i need the Value 0-150°C.
UGR and OGR mean upperlimit and overlimit, in german Untergrenze and Obergrenze.
This is working and tested for ESP32.