From a79c0dbe7ed744c907f5cc96ac7e9230003e9585 Mon Sep 17 00:00:00 2001 From: Cedar Grove Maker Studios Date: Fri, 13 Jan 2023 09:01:40 -0800 Subject: [PATCH] update driver and example; remove clue scale examples reset default sample rate to original 10SPS setting channel setter now monitors conversion cycle ready status instead of fixed delay --- examples/nau7802_simpletest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nau7802_simpletest.py b/examples/nau7802_simpletest.py index cfdedf5..8e26678 100755 --- a/examples/nau7802_simpletest.py +++ b/examples/nau7802_simpletest.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT """ -nau7802_simpletest.py 2023-01-13 2.0.0 Cedar Grove Maker Studios +nau7802_simpletest.py 2023-01-13 2.0.1 Cedar Grove Maker Studios Instantiates two NAU7802 channels with default gain of 128 and sample average count of 100.