rfbeam 0.2.0 → 0.2.1
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/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/rfbeam/kld7/detection.rb +2 -2
- data/lib/rfbeam/version.rb +1 -1
- data/rfbeam-0.2.0.gem +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 376c85ea3b64f04c832d42d52d79e5c48df722d43ea31d56507f03339ef8cba1
|
|
4
|
+
data.tar.gz: b277efda150d85981b125d3c6c14bea8c3570a007068c073b90ee935fdd81250
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10fe6907016e230f71e4b2fd6167891f8bfc9069355b4ca1289c2441a7573529f73d56922421da54f4678f5fc407edee51c9b88d77700de04b4f2ade2548faf6
|
|
7
|
+
data.tar.gz: a25ee32dc57b9c054e37a7b5f80d74fa6829837144a06f98fb5b0f01e9356b2d9065b6e33476183919ce005c28bff9d85da3a0251a03085089395e77a34c79b1
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -14,8 +14,6 @@ module RfBeam
|
|
|
14
14
|
return { dist: resp[2], speed: resp[3], angle: resp[4], mag: resp[5] } unless resp[1].zero?
|
|
15
15
|
end
|
|
16
16
|
|
|
17
|
-
private
|
|
18
|
-
|
|
19
17
|
def ddat
|
|
20
18
|
request_frame_data(:ddat)
|
|
21
19
|
|
|
@@ -23,6 +21,8 @@ module RfBeam
|
|
|
23
21
|
return resp
|
|
24
22
|
end
|
|
25
23
|
|
|
24
|
+
private
|
|
25
|
+
|
|
26
26
|
def request_frame_data(type)
|
|
27
27
|
command = ['GNFD', 4, FRAME_DATA_TYPES[type]]
|
|
28
28
|
write command.pack('a4LL')
|
data/lib/rfbeam/version.rb
CHANGED
data/rfbeam-0.2.0.gem
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rfbeam
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Carruthers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -125,6 +125,7 @@ files:
|
|
|
125
125
|
- node_modules/prettier/standalone.js
|
|
126
126
|
- node_modules/prettier/third-party.js
|
|
127
127
|
- package.json
|
|
128
|
+
- rfbeam-0.2.0.gem
|
|
128
129
|
- sig/rfbeam.rbs
|
|
129
130
|
- yarn.lock
|
|
130
131
|
homepage: https://gitlab.com/robcarruthers/rfbeam
|