ffi-wiring_pi 1.0.2 → 1.0.3
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/gemspec.yml +1 -1
- data/lib/ffi/wiring_pi/gpio.rb +1 -1
- data/lib/ffi/wiring_pi/lcd.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: baa85cc4f10e31010124f5ca0c411d606a0c79f8de09650e90122ce679765015
|
4
|
+
data.tar.gz: 74aa083c05cffaa20bbe9d946604a48a25acf438ee7196ce0777cb40e3fd9436
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb17be34518a946e783686e32d0ca84064d900fa292bad9339c01a1fc130f72084d755905dd7ab319b133b8a62ee4129a306366c694998b5bb24cf04571eab8f
|
7
|
+
data.tar.gz: 8748b58874a7502c4b7de3ceb86b7e5ee597ee7e37c4a243286e8c47fcc574864e95a4492c95e17969c1b29f8fdc6dcd68e60a3a4bc4fee2a1644fc14ef5a575
|
data/gemspec.yml
CHANGED
data/lib/ffi/wiring_pi/gpio.rb
CHANGED
data/lib/ffi/wiring_pi/lcd.rb
CHANGED
@@ -3,7 +3,8 @@
|
|
3
3
|
module FFI::WiringPi::LCD
|
4
4
|
extend FFI::Library
|
5
5
|
|
6
|
-
|
6
|
+
ffi_lib_flags :now, :global
|
7
|
+
ffi_lib 'wiringPi', 'wiringPiDev'
|
7
8
|
# ws2811_return_t ws2811_init(ws2811_t *ws2811); //< Initialize buffers/hardware
|
8
9
|
# void ws2811_fini(ws2811_t *ws2811); //< Tear it all down
|
9
10
|
# ws2811_return_t ws2811_render(ws2811_t *ws2811); //< Send LEDs off to hardware
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffi-wiring_pi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Huk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-04-
|
11
|
+
date: 2020-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|