bluer-sbc 9.105.1__tar.gz → 9.112.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bluer-sbc might be problematic. Click here for more details.
- {bluer_sbc-9.105.1/bluer_sbc.egg-info → bluer_sbc-9.112.1}/PKG-INFO +6 -5
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/README.md +5 -4
- bluer_sbc-9.112.1/bluer_sbc/README/designs/__init__.py +58 -0
- bluer_sbc-9.112.1/bluer_sbc/README/designs/adapter_bus.py +38 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/battery_bus.py +9 -7
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/shelter.py +9 -10
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/swallow.py +1 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/swallow_head.py +1 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/root.py +2 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/__init__.py +1 -1
- bluer_sbc-9.112.1/bluer_sbc/designs/adapter_bus/parts.py +5 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/parts/db.py +11 -1
- bluer_sbc-9.112.1/bluer_sbc/session/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1/bluer_sbc.egg-info}/PKG-INFO +6 -5
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc.egg-info/SOURCES.txt +3 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/setup.py +1 -0
- bluer_sbc-9.105.1/bluer_sbc/README/designs/__init__.py +0 -56
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/LICENSE +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/MANIFEST.in +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/abcli.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/actions.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/adafruit_rgb_matrix.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/alias.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/bluer_sbc.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/camera.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/grove.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/hat.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/install/adafruit_rgb_matrix.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/install/grove.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/install/lepton.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/install/scroll_phat_hd.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/install/sparkfun_top_phat.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/install/template.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/install/unicorn_16x16.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/lepton.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/rpi/fake_display.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/rpi.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/sbc/parts/adjust.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/sbc/parts/cd.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/sbc/parts.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/scroll_phat_hd.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/seed/headless_rpi.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/seed/headless_rpi_64_bit.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/seed/headless_ubuntu_rpi.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/seed/jetson.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/seed/rpi.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/seed/swallow_raspbian.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/seed.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/session.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/sparkfun_top_phat.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/tests/README.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/tests/camera.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/tests/help.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/tests/parts_adjust.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/tests/seed.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/tests/version.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/.abcli/unicorn_16x16.sh +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/aliases.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/build.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/design.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/blue_bracket.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/bryce.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/cheshmak.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/consts.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/nafha.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/ultrasonic_sensor_tester.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/x.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/parts.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/shortcuts.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/ROS/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/__main__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/algo/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/algo/diff.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/config.env +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/designs/__init__.py +0 -0
- {bluer_sbc-9.105.1/bluer_sbc/designs/battery_bus → bluer_sbc-9.112.1/bluer_sbc/designs/adapter_bus}/__init__.py +0 -0
- {bluer_sbc-9.105.1/bluer_sbc/designs/swallow → bluer_sbc-9.112.1/bluer_sbc/designs/battery_bus}/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/designs/battery_bus/parts.py +0 -0
- {bluer_sbc-9.105.1/bluer_sbc/designs/swallow_head → bluer_sbc-9.112.1/bluer_sbc/designs/swallow}/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/designs/swallow/parts.py +0 -0
- {bluer_sbc-9.105.1/bluer_sbc/hardware/hat → bluer_sbc-9.112.1/bluer_sbc/designs/swallow_head}/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/designs/swallow_head/parts.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/env.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/adafruit_rgb_matrix.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/display.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/grove.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/hardware.py +0 -0
- {bluer_sbc-9.105.1/bluer_sbc/hardware/sparkfun_top_phat → bluer_sbc-9.112.1/bluer_sbc/hardware/hat}/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/hat/__main__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/hat/abstract.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/hat/prototype.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/screen.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/scroll_phat_hd.py +0 -0
- {bluer_sbc-9.105.1/bluer_sbc/help → bluer_sbc-9.112.1/bluer_sbc/hardware/sparkfun_top_phat}/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/sparkfun_top_phat/__main__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/sparkfun_top_phat/classes.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/hardware/unicorn_16x16.py +0 -0
- {bluer_sbc-9.105.1/bluer_sbc/parts → bluer_sbc-9.112.1/bluer_sbc/help}/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/__main__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/adafruit_rgb_matrix.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/camera.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/functions.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/grove.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/hat.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/lepton.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/parts.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/rpi.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/scroll_phat_hd.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/sparkfun_top_phat.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/help/unicorn_16x16.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/host.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/camera/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/camera/__main__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/camera/constants.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/camera/generic.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/camera/rpi.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/camera/rpi_64_bit.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/classes.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/lepton/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/lepton/__main__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/lepton/classes.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/imager/lepton/python2.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/logger.py +0 -0
- {bluer_sbc-9.105.1/bluer_sbc/session → bluer_sbc-9.112.1/bluer_sbc/parts}/__init__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/parts/__main__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/parts/classes/db.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/parts/classes/part.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/parts/consts.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/sample.env +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/session/__main__.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/session/classes.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/session/functions.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/urls.py +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc.egg-info/dependency_links.txt +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc.egg-info/requires.txt +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc.egg-info/top_level.txt +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/pyproject.toml +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/requirements.txt +0 -0
- {bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_sbc
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.112.1
|
|
4
4
|
Summary: 🌀 AI for single board computers and related designs.
|
|
5
5
|
Home-page: https://github.com/kamangir/bluer-sbc
|
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
|
@@ -47,9 +47,10 @@ pip install bluer_sbc
|
|
|
47
47
|
| | | |
|
|
48
48
|
| --- | --- | --- |
|
|
49
49
|
| [`swallow head`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow-head.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow-head.md) | [`swallow`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow.md) | [`battery bus`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/battery-bus.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/battery-bus.md) |
|
|
50
|
-
| [`
|
|
51
|
-
| [`
|
|
52
|
-
| [`
|
|
50
|
+
| [`adapter bus`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/adapter-bus.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/adapter-bus.md) | [`ultrasonic-sensor-tester`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/ultrasonic-sensor-tester.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/ultrasonic-sensor-tester.md) | [`bryce`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bryce.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bryce.md) |
|
|
51
|
+
| [`cheshmak`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/cheshmak.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/cheshmak.md) | [`nafha`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/nafha.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/nafha.md) | [`shelter`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/shelter.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/shelter.md) |
|
|
52
|
+
| [`blue3`](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) | [`chenar-grove`](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) | [`cube`](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) |
|
|
53
|
+
| [`eye_nano`](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) | | |
|
|
53
54
|
|
|
54
55
|
## shortcuts
|
|
55
56
|
|
|
@@ -66,7 +67,7 @@ pip install bluer_sbc
|
|
|
66
67
|
|
|
67
68
|
[](https://github.com/kamangir/bluer-sbc/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-sbc/) [](https://pypistats.org/packages/bluer-sbc)
|
|
68
69
|
|
|
69
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.
|
|
70
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.112.1`](https://github.com/kamangir/bluer-sbc).
|
|
70
71
|
|
|
71
72
|
|
|
72
73
|
built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
|
|
@@ -22,9 +22,10 @@ pip install bluer_sbc
|
|
|
22
22
|
| | | |
|
|
23
23
|
| --- | --- | --- |
|
|
24
24
|
| [`swallow head`](./bluer_sbc/docs/swallow-head.md) [](./bluer_sbc/docs/swallow-head.md) | [`swallow`](./bluer_sbc/docs/swallow.md) [](./bluer_sbc/docs/swallow.md) | [`battery bus`](./bluer_sbc/docs/battery-bus.md) [](./bluer_sbc/docs/battery-bus.md) |
|
|
25
|
-
| [`
|
|
26
|
-
| [`
|
|
27
|
-
| [`
|
|
25
|
+
| [`adapter bus`](./bluer_sbc/docs/adapter-bus.md) [](./bluer_sbc/docs/adapter-bus.md) | [`ultrasonic-sensor-tester`](./bluer_sbc/docs/ultrasonic-sensor-tester.md) [](./bluer_sbc/docs/ultrasonic-sensor-tester.md) | [`bryce`](./bluer_sbc/docs/bryce.md) [](./bluer_sbc/docs/bryce.md) |
|
|
26
|
+
| [`cheshmak`](./bluer_sbc/docs/cheshmak.md) [](./bluer_sbc/docs/cheshmak.md) | [`nafha`](./bluer_sbc/docs/nafha.md) [](./bluer_sbc/docs/nafha.md) | [`shelter`](./bluer_sbc/docs/shelter.md) [](./bluer_sbc/docs/shelter.md) |
|
|
27
|
+
| [`blue3`](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) | [`chenar-grove`](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) | [`cube`](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) |
|
|
28
|
+
| [`eye_nano`](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) | | |
|
|
28
29
|
|
|
29
30
|
## shortcuts
|
|
30
31
|
|
|
@@ -41,5 +42,5 @@ pip install bluer_sbc
|
|
|
41
42
|
|
|
42
43
|
[](https://github.com/kamangir/bluer-sbc/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-sbc/) [](https://pypistats.org/packages/bluer-sbc)
|
|
43
44
|
|
|
44
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.
|
|
45
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.112.1`](https://github.com/kamangir/bluer-sbc).
|
|
45
46
|
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
from bluer_sbc.README.design import design
|
|
2
|
+
from bluer_sbc.README.designs import (
|
|
3
|
+
cheshmak,
|
|
4
|
+
battery_bus,
|
|
5
|
+
adapter_bus,
|
|
6
|
+
swallow,
|
|
7
|
+
swallow_head,
|
|
8
|
+
bryce,
|
|
9
|
+
nafha,
|
|
10
|
+
shelter,
|
|
11
|
+
ultrasonic_sensor_tester,
|
|
12
|
+
x,
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
docs = [
|
|
17
|
+
{
|
|
18
|
+
"items": design_info["items"],
|
|
19
|
+
"path": f"../docs/{design_name}.md",
|
|
20
|
+
"macros": design_info.get("macros", {}),
|
|
21
|
+
}
|
|
22
|
+
for design_name, design_info in {
|
|
23
|
+
"battery-bus": design(
|
|
24
|
+
battery_bus.items,
|
|
25
|
+
battery_bus.parts,
|
|
26
|
+
),
|
|
27
|
+
"adapter-bus": design(
|
|
28
|
+
adapter_bus.items,
|
|
29
|
+
adapter_bus.parts,
|
|
30
|
+
),
|
|
31
|
+
"bryce": design(
|
|
32
|
+
bryce.items,
|
|
33
|
+
),
|
|
34
|
+
"cheshmak": design(
|
|
35
|
+
cheshmak.items,
|
|
36
|
+
),
|
|
37
|
+
"nafha": design(
|
|
38
|
+
nafha.items,
|
|
39
|
+
),
|
|
40
|
+
"shelter": design(
|
|
41
|
+
shelter.items,
|
|
42
|
+
),
|
|
43
|
+
"swallow-head": design(
|
|
44
|
+
swallow_head.items,
|
|
45
|
+
swallow_head.parts,
|
|
46
|
+
),
|
|
47
|
+
"swallow": design(
|
|
48
|
+
swallow.items,
|
|
49
|
+
swallow.parts,
|
|
50
|
+
),
|
|
51
|
+
"ultrasonic-sensor-tester": design(
|
|
52
|
+
ultrasonic_sensor_tester.items,
|
|
53
|
+
),
|
|
54
|
+
"x": design(
|
|
55
|
+
x.items,
|
|
56
|
+
),
|
|
57
|
+
}.items()
|
|
58
|
+
]
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
from bluer_objects import README
|
|
2
|
+
from bluer_objects.README.items import ImageItems
|
|
3
|
+
from bluer_objects.README.consts import assets_url, designs_url
|
|
4
|
+
|
|
5
|
+
from bluer_sbc.designs.adapter_bus.parts import dict_of_parts as parts
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
assets2 = assets_url(
|
|
9
|
+
suffix="adapter-bus",
|
|
10
|
+
volume=2,
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
marquee = README.Items(
|
|
14
|
+
[
|
|
15
|
+
{
|
|
16
|
+
"name": "adapter bus",
|
|
17
|
+
"marquee": f"{assets2}/20251017_222911.jpg",
|
|
18
|
+
"url": "./bluer_sbc/docs/adapter-bus.md",
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
items = ImageItems(
|
|
24
|
+
{
|
|
25
|
+
designs_url(
|
|
26
|
+
"adapter-bus/wiring.png?raw=true",
|
|
27
|
+
): designs_url(
|
|
28
|
+
"adapter-bus/wiring.svg",
|
|
29
|
+
),
|
|
30
|
+
f"{assets2}/20251017_222911.jpg": "",
|
|
31
|
+
f"{assets2}/20251017_222929.jpg": "",
|
|
32
|
+
f"{assets2}/20251017_222938.jpg": "",
|
|
33
|
+
f"{assets2}/20251017_222943.jpg": "",
|
|
34
|
+
f"{assets2}/20251017_222949.jpg": "",
|
|
35
|
+
f"{assets2}/20251017_223017.jpg": "",
|
|
36
|
+
f"{assets2}/20251017_223034.jpg": "",
|
|
37
|
+
}
|
|
38
|
+
)
|
|
@@ -3,7 +3,9 @@ from bluer_objects.README.items import ImageItems
|
|
|
3
3
|
from bluer_objects.README.consts import assets_url
|
|
4
4
|
from bluer_objects.README.consts import designs_url
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
from bluer_sbc.designs.battery_bus.parts import dict_of_parts as parts
|
|
7
|
+
|
|
8
|
+
assets2 = assets_url(
|
|
7
9
|
suffix="battery-bus",
|
|
8
10
|
volume=2,
|
|
9
11
|
)
|
|
@@ -12,7 +14,7 @@ marquee = README.Items(
|
|
|
12
14
|
[
|
|
13
15
|
{
|
|
14
16
|
"name": "battery bus",
|
|
15
|
-
"marquee": f"{
|
|
17
|
+
"marquee": f"{assets2}/20251007_221902.jpg",
|
|
16
18
|
"url": "./bluer_sbc/docs/battery-bus.md",
|
|
17
19
|
}
|
|
18
20
|
]
|
|
@@ -20,15 +22,15 @@ marquee = README.Items(
|
|
|
20
22
|
|
|
21
23
|
items = ImageItems(
|
|
22
24
|
{
|
|
23
|
-
f"{
|
|
25
|
+
f"{assets2}/concept.png": "",
|
|
24
26
|
designs_url(
|
|
25
27
|
"battery-bus/electrical/wiring.png?raw=true",
|
|
26
28
|
): designs_url(
|
|
27
29
|
"battery-bus/electrical/wiring.svg",
|
|
28
30
|
),
|
|
29
|
-
f"{
|
|
30
|
-
f"{
|
|
31
|
-
f"{
|
|
32
|
-
f"{
|
|
31
|
+
f"{assets2}/20251007_221902.jpg": "",
|
|
32
|
+
f"{assets2}/20251007_220642.jpg": "",
|
|
33
|
+
f"{assets2}/20251007_220520.jpg": "",
|
|
34
|
+
f"{assets2}/20251007_220601.jpg": "",
|
|
33
35
|
}
|
|
34
36
|
)
|
|
@@ -2,20 +2,19 @@ from bluer_objects import README
|
|
|
2
2
|
from bluer_objects.README.items import ImageItems
|
|
3
3
|
from bluer_objects.README.consts import assets_url
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
image_template = assets2 + "shelter/{}?raw=true"
|
|
8
|
-
|
|
9
|
-
assets2_shelter = assets_url(
|
|
5
|
+
assets2 = assets_url(
|
|
10
6
|
suffix="shelter",
|
|
11
7
|
volume=2,
|
|
12
8
|
)
|
|
13
9
|
|
|
10
|
+
image_template = assets2 + "/{}?raw=true"
|
|
11
|
+
|
|
12
|
+
|
|
14
13
|
marquee = README.Items(
|
|
15
14
|
[
|
|
16
15
|
{
|
|
17
16
|
"name": "shelter",
|
|
18
|
-
"marquee": f"{
|
|
17
|
+
"marquee": f"{assets2}/20251006_181554.jpg",
|
|
19
18
|
"url": "./bluer_sbc/docs/shelter.md",
|
|
20
19
|
}
|
|
21
20
|
]
|
|
@@ -25,9 +24,9 @@ items = ImageItems(
|
|
|
25
24
|
{image_template.format(f"{index+1:02}.png"): "" for index in range(4)}
|
|
26
25
|
) + ImageItems(
|
|
27
26
|
{
|
|
28
|
-
f"{
|
|
29
|
-
f"{
|
|
30
|
-
f"{
|
|
31
|
-
f"{
|
|
27
|
+
f"{assets2}/20251005_180841.jpg": "",
|
|
28
|
+
f"{assets2}/20251006_181432.jpg": "",
|
|
29
|
+
f"{assets2}/20251006_181509.jpg": "",
|
|
30
|
+
f"{assets2}/20251006_181554.jpg": "",
|
|
32
31
|
}
|
|
33
32
|
)
|
|
@@ -2,6 +2,7 @@ from bluer_objects import README
|
|
|
2
2
|
from bluer_objects.README.items import ImageItems
|
|
3
3
|
|
|
4
4
|
from bluer_sbc.README.designs.consts import assets2
|
|
5
|
+
from bluer_sbc.designs.swallow.parts import dict_of_parts as parts
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
image_template = assets2 + "swallow/design/v5/{}?raw=true"
|
|
@@ -2,6 +2,7 @@ from bluer_objects import README
|
|
|
2
2
|
from bluer_objects.README.items import ImageItems
|
|
3
3
|
|
|
4
4
|
from bluer_sbc.README.designs.consts import assets2
|
|
5
|
+
from bluer_sbc.designs.swallow_head.parts import dict_of_parts as parts
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
image_template = assets2 + "swallow/design/head-v1/{}?raw=true"
|
|
@@ -5,6 +5,7 @@ from bluer_sbc.README.designs.swallow_head import marquee as swallow_head_marque
|
|
|
5
5
|
from bluer_sbc.README.designs.bryce import marquee as bryce_marquee
|
|
6
6
|
from bluer_sbc.README.designs.nafha import marquee as nafha_marquee
|
|
7
7
|
from bluer_sbc.README.designs.shelter import marquee as shelter_marquee
|
|
8
|
+
from bluer_sbc.README.designs.adapter_bus import marquee as adapter_bus_marquee
|
|
8
9
|
from bluer_sbc.README.designs.battery_bus import marquee as battery_bus_marquee
|
|
9
10
|
from bluer_sbc.README.designs.ultrasonic_sensor_tester import (
|
|
10
11
|
marquee as ultrasonic_sensor_tester_marquee,
|
|
@@ -17,6 +18,7 @@ docs = [
|
|
|
17
18
|
+ swallow_head_marquee
|
|
18
19
|
+ swallow_marquee
|
|
19
20
|
+ battery_bus_marquee
|
|
21
|
+
+ adapter_bus_marquee
|
|
20
22
|
+ ultrasonic_sensor_tester_marquee
|
|
21
23
|
+ bryce_marquee
|
|
22
24
|
+ cheshmak_marquee
|
|
@@ -366,7 +366,7 @@ db_of_parts["on-off-switch"] = Part(
|
|
|
366
366
|
|
|
367
367
|
db_of_parts["charging-port"] = Part(
|
|
368
368
|
info=[
|
|
369
|
-
"charging port",
|
|
369
|
+
"charging port 5.5 mm",
|
|
370
370
|
],
|
|
371
371
|
images=[
|
|
372
372
|
"charging-port.jpg",
|
|
@@ -537,6 +537,16 @@ db_of_parts["micro-usb-cable"] = Part(
|
|
|
537
537
|
],
|
|
538
538
|
)
|
|
539
539
|
|
|
540
|
+
db_of_parts["charger-socket"] = Part(
|
|
541
|
+
info=[
|
|
542
|
+
"charger socket 5.5 mm",
|
|
543
|
+
],
|
|
544
|
+
images=[
|
|
545
|
+
"charger-socket.jpg",
|
|
546
|
+
],
|
|
547
|
+
)
|
|
548
|
+
|
|
549
|
+
|
|
540
550
|
db_of_parts["template"] = Part(
|
|
541
551
|
info=[
|
|
542
552
|
"template",
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_sbc
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.112.1
|
|
4
4
|
Summary: 🌀 AI for single board computers and related designs.
|
|
5
5
|
Home-page: https://github.com/kamangir/bluer-sbc
|
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
|
@@ -47,9 +47,10 @@ pip install bluer_sbc
|
|
|
47
47
|
| | | |
|
|
48
48
|
| --- | --- | --- |
|
|
49
49
|
| [`swallow head`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow-head.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow-head.md) | [`swallow`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/swallow.md) | [`battery bus`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/battery-bus.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/battery-bus.md) |
|
|
50
|
-
| [`
|
|
51
|
-
| [`
|
|
52
|
-
| [`
|
|
50
|
+
| [`adapter bus`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/adapter-bus.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/adapter-bus.md) | [`ultrasonic-sensor-tester`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/ultrasonic-sensor-tester.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/ultrasonic-sensor-tester.md) | [`bryce`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bryce.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/bryce.md) |
|
|
51
|
+
| [`cheshmak`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/cheshmak.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/cheshmak.md) | [`nafha`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/nafha.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/nafha.md) | [`shelter`](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/shelter.md) [](https://github.com/kamangir/bluer-sbc/blob/main/bluer_sbc/docs/shelter.md) |
|
|
52
|
+
| [`blue3`](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/blue3.md) | [`chenar-grove`](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/chenar-grove.md) | [`cube`](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/cube.md) |
|
|
53
|
+
| [`eye_nano`](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) [](https://github.com/kamangir/blue-bracket/blob/main/designs/eye_nano.md) | | |
|
|
53
54
|
|
|
54
55
|
## shortcuts
|
|
55
56
|
|
|
@@ -66,7 +67,7 @@ pip install bluer_sbc
|
|
|
66
67
|
|
|
67
68
|
[](https://github.com/kamangir/bluer-sbc/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-sbc/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-sbc/) [](https://pypistats.org/packages/bluer-sbc)
|
|
68
69
|
|
|
69
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.
|
|
70
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_sbc-9.112.1`](https://github.com/kamangir/bluer-sbc).
|
|
70
71
|
|
|
71
72
|
|
|
72
73
|
built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
|
|
@@ -63,6 +63,7 @@ bluer_sbc/README/parts.py
|
|
|
63
63
|
bluer_sbc/README/root.py
|
|
64
64
|
bluer_sbc/README/shortcuts.py
|
|
65
65
|
bluer_sbc/README/designs/__init__.py
|
|
66
|
+
bluer_sbc/README/designs/adapter_bus.py
|
|
66
67
|
bluer_sbc/README/designs/battery_bus.py
|
|
67
68
|
bluer_sbc/README/designs/blue_bracket.py
|
|
68
69
|
bluer_sbc/README/designs/bryce.py
|
|
@@ -78,6 +79,8 @@ bluer_sbc/ROS/__init__.py
|
|
|
78
79
|
bluer_sbc/algo/__init__.py
|
|
79
80
|
bluer_sbc/algo/diff.py
|
|
80
81
|
bluer_sbc/designs/__init__.py
|
|
82
|
+
bluer_sbc/designs/adapter_bus/__init__.py
|
|
83
|
+
bluer_sbc/designs/adapter_bus/parts.py
|
|
81
84
|
bluer_sbc/designs/battery_bus/__init__.py
|
|
82
85
|
bluer_sbc/designs/battery_bus/parts.py
|
|
83
86
|
bluer_sbc/designs/swallow/__init__.py
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
from bluer_sbc.README.design import design
|
|
2
|
-
from bluer_sbc.README.designs.cheshmak import items as cheshmak_items
|
|
3
|
-
from bluer_sbc.README.designs.battery_bus import items as battery_bus_items
|
|
4
|
-
from bluer_sbc.README.designs.swallow import items as swallow_items
|
|
5
|
-
from bluer_sbc.README.designs.swallow_head import items as swallow_head_items
|
|
6
|
-
from bluer_sbc.README.designs.bryce import items as bryce_items
|
|
7
|
-
from bluer_sbc.README.designs.nafha import items as nafha_items
|
|
8
|
-
from bluer_sbc.README.designs.shelter import items as shelter_items
|
|
9
|
-
from bluer_sbc.README.designs.x import items as x_items
|
|
10
|
-
from bluer_sbc.README.designs.ultrasonic_sensor_tester import (
|
|
11
|
-
items as ultrasonic_sensor_tester_items,
|
|
12
|
-
)
|
|
13
|
-
|
|
14
|
-
from bluer_sbc.designs.battery_bus.parts import dict_of_parts as battery_bus_parts
|
|
15
|
-
from bluer_sbc.designs.swallow.parts import dict_of_parts as swallow_parts
|
|
16
|
-
from bluer_sbc.designs.swallow_head.parts import dict_of_parts as swallow_head_parts
|
|
17
|
-
|
|
18
|
-
docs = [
|
|
19
|
-
{
|
|
20
|
-
"items": design_info["items"],
|
|
21
|
-
"path": f"../docs/{design_name}.md",
|
|
22
|
-
"macros": design_info.get("macros", {}),
|
|
23
|
-
}
|
|
24
|
-
for design_name, design_info in {
|
|
25
|
-
"battery-bus": design(
|
|
26
|
-
battery_bus_items,
|
|
27
|
-
battery_bus_parts,
|
|
28
|
-
),
|
|
29
|
-
"bryce": design(
|
|
30
|
-
bryce_items,
|
|
31
|
-
),
|
|
32
|
-
"cheshmak": design(
|
|
33
|
-
cheshmak_items,
|
|
34
|
-
),
|
|
35
|
-
"nafha": design(
|
|
36
|
-
nafha_items,
|
|
37
|
-
),
|
|
38
|
-
"shelter": design(
|
|
39
|
-
shelter_items,
|
|
40
|
-
),
|
|
41
|
-
"swallow-head": design(
|
|
42
|
-
swallow_head_items,
|
|
43
|
-
swallow_head_parts,
|
|
44
|
-
),
|
|
45
|
-
"swallow": design(
|
|
46
|
-
swallow_items,
|
|
47
|
-
swallow_parts,
|
|
48
|
-
),
|
|
49
|
-
"ultrasonic-sensor-tester": design(
|
|
50
|
-
ultrasonic_sensor_tester_items,
|
|
51
|
-
),
|
|
52
|
-
"x": design(
|
|
53
|
-
x_items,
|
|
54
|
-
),
|
|
55
|
-
}.items()
|
|
56
|
-
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bluer_sbc-9.105.1 → bluer_sbc-9.112.1}/bluer_sbc/README/designs/ultrasonic_sensor_tester.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|