From 403a541498dddf80d93e60a9121da474d95e84df Mon Sep 17 00:00:00 2001 From: Jonathan Gutow Date: Thu, 9 Mar 2023 14:48:52 -0600 Subject: [PATCH] v0.7.9, require `spidev` package, better exception handling --- docs/Change_Log.md | 3 + docs/jupyterpidaq.html | 15 +- docs/jupyterpidaq/Boards.html | 10 +- docs/jupyterpidaq/Boards/PiGPIO.html | 10 +- docs/jupyterpidaq/Boards/PiGPIO/ADS1115.html | 42 ++-- docs/jupyterpidaq/Boards/PiGPIO/DAQC2.html | 44 ++-- docs/jupyterpidaq/Boards/Simulated.html | 10 +- .../jupyterpidaq/Boards/Simulated/ADCsim.html | 34 +-- .../Boards/Simulated/ADCsim_line.html | 38 +-- docs/jupyterpidaq/Boards/boards.html | 84 +++---- docs/jupyterpidaq/ChannelSettings.html | 74 +++--- docs/jupyterpidaq/DAQProc.html | 14 +- docs/jupyterpidaq/DAQinstance.html | 54 ++--- docs/jupyterpidaq/Sensors.html | 10 +- docs/jupyterpidaq/Sensors/sensors.html | 220 +++++++++--------- docs/search.js | 2 +- jupyterpidaq/Boards/PiGPIO/DAQC2.py | 2 +- setup.py | 7 +- 18 files changed, 340 insertions(+), 333 deletions(-) diff --git a/docs/Change_Log.md b/docs/Change_Log.md index f056493..dee1f8d 100644 --- a/docs/Change_Log.md +++ b/docs/Change_Log.md @@ -1,4 +1,7 @@ # Change Log +* 0.7.9 (Mar. 9 2023) + * Added `spidev` package to requirements because `pi-plates` requires it. + * More robust exception handling when searching for boards/A-to-Ds. * 0.7.8 * Updated text for insertion into cells to make better use of escaping updates in JPSLUtils >=0.7.0. diff --git a/docs/jupyterpidaq.html b/docs/jupyterpidaq.html index b74a9fd..1f1b31d 100644 --- a/docs/jupyterpidaq.html +++ b/docs/jupyterpidaq.html @@ -3,14 +3,14 @@ - + jupyterpidaq API documentation - - + +