gm1356 0.0.3 → 0.0.4
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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/gm1356/device.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c91d24100c6d156dfd2865d8599f08f3fbdbb9a43f9c6a648a4747ea60e60f38
|
4
|
+
data.tar.gz: d5c3861e93fd6592d07a14b5b2b740f0b363e3449c248aa5ca9340224c35b660
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32200077064e7fcc85cf779a0a62169996a6e1948dcc3113371359dbf2a90065266cf24ea7d06151a5afa0742b2a23c8b85f67468980b699bd9bc665a6bad4ab
|
7
|
+
data.tar.gz: 89366e8b99c5a1282ff4808e58f25443750545004af7b5a4811312a5b0198ac23b90b754700eff87c035dc427c9bae0cd935fbda7fdaad653f578068f68a5c61
|
data/README.md
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
## Description
|
4
4
|
This driver was written for **Digital Sound Level Meter** with USB (type **GM1356**) serial number: `HA:1303162` ordered from China via Aliexpress. My sonometer works with **SoundLab** `Sound Level Meter v. 1.0.0.20, build 2016-07-20` delivered by [Benetech Poland](https://benetech-poland.pl/) (thank you very much for this). I was trying to run it with SoundLab downloaded from Bogen website, but it couldn't connect to the device. It means my driver may not work with some GM1356 devices.
|
5
5
|
|
6
|
+

|
7
|
+
|
6
8
|
## Installation
|
7
9
|
First make sure you have `ruby` interpreter installed. Then run:
|
8
10
|
|
data/lib/gm1356/device.rb
CHANGED