https://github.com/stylesuxx/arduino_analog_min_max
https://github.com/stylesuxx/arduino_analog_min_max
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stylesuxx/arduino_analog_min_max
- Owner: stylesuxx
- Created: 2015-04-18T19:43:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-18T21:00:27.000Z (about 10 years ago)
- Last Synced: 2025-01-27T07:27:47.019Z (4 months ago)
- Language: Arduino
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino analog min max
Reads the values from A0-A5 for 20 seconds.
After this time the found minimum and maximum values are printed to the serial console.This may be usefull to find the minima and maxima of an anolog joystick so one knows from which values to map.