Cleaning up files
This commit is contained in:
parent
1d082c28c3
commit
0dfdc5808a
|
@ -1,2 +1,3 @@
|
||||||
/target
|
/target
|
||||||
docs/_site/
|
docs/_site/
|
||||||
|
**/*.pyc
|
||||||
|
|
|
@ -27,6 +27,9 @@ sleep 30
|
||||||
ping -c 5 -w 20 stabilizer-hitl
|
ping -c 5 -w 20 stabilizer-hitl
|
||||||
|
|
||||||
# Test the MQTT interface.
|
# Test the MQTT interface.
|
||||||
python3 miniconf.py dt/sinara/dual-iir/04-91-62-d9-7e-5f afe/0='"G2"'
|
python3 -m miniconf dt/sinara/dual-iir/04-91-62-d9-7e-5f afe/0='"G2"'
|
||||||
python3 miniconf.py dt/sinara/dual-iir/04-91-62-d9-7e-5f afe/0='"G1"' iir_ch/0/0=\
|
python3 -m miniconf dt/sinara/dual-iir/04-91-62-d9-7e-5f afe/0='"G1"' iir_ch/0/0=\
|
||||||
'{"y_min": -32767, "y_max": 32767, "y_offset": 0, "ba": [1.0, 0, 0, 0, 0]}'
|
'{"y_min": -32767, "y_max": 32767, "y_offset": 0, "ba": [1.0, 0, 0, 0, 0]}'
|
||||||
|
|
||||||
|
# Test the ADC/DACs connected via loopback.
|
||||||
|
python3 hitl/loopback.py dt/sinara/dual-iir/04-91-62-d9-7e-5f
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
__pycache__/
|
||||||
|
*.egg
|
||||||
|
*.egg-info/
|
|
@ -1,10 +0,0 @@
|
||||||
Metadata-Version: 1.0
|
|
||||||
Name: miniconf
|
|
||||||
Version: 1.0.0
|
|
||||||
Summary: Utilities for configuring Miniconf-configurable devices
|
|
||||||
Home-page: https://github.com/quartiq/miniconf
|
|
||||||
Author: Ryan Summers, Robert Jördens
|
|
||||||
Author-email: UNKNOWN
|
|
||||||
License: UNKNOWN
|
|
||||||
Description: UNKNOWN
|
|
||||||
Platform: UNKNOWN
|
|
|
@ -1,8 +0,0 @@
|
||||||
setup.py
|
|
||||||
miniconf/__init__.py
|
|
||||||
miniconf/miniconf.py
|
|
||||||
miniconf.egg-info/PKG-INFO
|
|
||||||
miniconf.egg-info/SOURCES.txt
|
|
||||||
miniconf.egg-info/dependency_links.txt
|
|
||||||
miniconf.egg-info/requires.txt
|
|
||||||
miniconf.egg-info/top_level.txt
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
gmqtt
|
|
|
@ -1 +0,0 @@
|
||||||
miniconf
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue