Python program to render wave files into oscilloscope views, featuring advanced correlation-based triggering algorithm
Go to file
nyanpasu64 a096f0ffe9 wat
# wave_folder must not be used, except to to initialize wave_prefix and channels.
# When exporting YAML, this is exported as a comment.
wave_folder: str = ''
# Remove this field, create @classmethod constructors for loading from
# [glob/wave]... wave_folder will not be present in saved yaml files.
2018-07-29 06:35:29 -07:00
.idea
ovgenpy wat 2018-07-29 06:35:29 -07:00
tests (Config YAML) Add support for always dumping default fields 2018-07-29 06:35:17 -07:00
.gitattributes
.gitignore [cleanup] Add KDE Dolphin .directory to .gitignore 2018-07-25 05:19:12 -07:00
setup.cfg
setup.py [wip] Make config classes dumpable via YAML, rename base configs 2018-07-25 05:19:45 -07:00