From 1b61f18e38162c3d07a118280e1e6daebfd12741 Mon Sep 17 00:00:00 2001 From: jannes Date: Fri, 16 May 2025 21:00:16 +0000 Subject: [PATCH] =?UTF-8?q?ADC=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ADC.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ADC.md diff --git a/ADC.md b/ADC.md new file mode 100644 index 0000000..9745157 --- /dev/null +++ b/ADC.md @@ -0,0 +1,8 @@ +# ADC + +This class contains the setup, reading, and filtering of the weighing values coming from the ADC. + +## Used Libs +- [NAU7802](https://github.com/adafruit/CircuitPython_NAU7802/blob/main/media/pseudo_readthedocs_cedargrove_nau7802.pdf) + +## UML \ No newline at end of file