1
0
mirror of https://github.com/jonathanhogg/scopething synced 2025-07-14 03:02:09 +01:00

Fix bug in calculating SampleAddress that was breaking mixed signal capture

This commit is contained in:
Jonathan Hogg
2017-03-30 15:00:59 +01:00
parent 0d3e73439b
commit c5db95ddb1
2 changed files with 8 additions and 7 deletions

View File

@ -5,4 +5,6 @@
- Only tested against a BitScope Micro (BS05)
- Requires Python >3.6 and the **pyserial** package
- Also requires **NumPy** and **SciPy** if you want to do analog range calibration
- Having **Pandas** is useful for wrapping capture results for further processing