From 049488123235f31d60a190e3a68f55bc2ce80b5a Mon Sep 17 00:00:00 2001 From: "Matthias@Dell" Date: Sat, 24 Jun 2023 12:27:45 +0200 Subject: [PATCH] updated readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b9e86ca..e5755ec 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ Helper scripts and shell for measuring **T**ribo**e**lectric **N**ano**g**enerat ### arduino Use a Bluetooth capable Arduino with [https://git.quintern.xyz/MatthiasQuintern/teng-arduino](this software on the arduino). - This backend only allows measuring voltage using an Arduinos analog input pin (0-5 V, 10 bit resolution). + This backend only allows measuring voltage using an Arduinos analog input pin (0 - 3.3 V, 12 bit resolution). ### testing Use the shell without measuring TENG output. When starting a measurement, sample data will be generated. @@ -36,4 +36,4 @@ ipython -i k_teng_interactive.py -- -*X* ``` Substitute *X* for `-k` for keithley backend, `-a` for arduino backend or `-t` for testing backend. -Use `help()` to get a list of available commands +In the shell, run `help()` to get a list of available commands