phidgets-ffi 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +10 -5
- data/lib/phidgets-ffi/version.rb +1 -1
- data/phidgets-ffi.gemspec +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -1,9 +1,14 @@
|
|
1
|
+
=What are Phidgets?
|
2
|
+
|
3
|
+
Phidgets are a set of "plug and play" building blocks for low cost USB sensing and control from your PC
|
4
|
+
available from http://www.phidgets.com.
|
5
|
+
|
1
6
|
=Phidgets-FFI
|
2
7
|
|
3
|
-
This is a set of FFI bindings for the
|
4
|
-
supports the devices
|
5
|
-
|
6
|
-
are a set of idiomatic bindings that take the
|
8
|
+
This is a set of FFI bindings for the Phidgets library available for most platforms.
|
9
|
+
Currently, it only supports the devices available to me but it to but it supports them completely.
|
10
|
+
It also supports the manager, dictionary, logging, callbacks function perfectly, and there
|
11
|
+
are a set of idiomatic bindings that take the provided API and make it more accessible. Raw FFI
|
7
12
|
examples are in examples/ffi and the idiomatic versions are in examples/.
|
8
13
|
|
9
14
|
==Quick Start
|
@@ -56,4 +61,4 @@ There are additional examples of each in the examples/ directory.
|
|
56
61
|
Again, note that not every device is here. I'm more than happy to add support for it
|
57
62
|
but I'll need a test device to make sure it works ;)
|
58
63
|
|
59
|
-
|
64
|
+
P.S. Seriously, contact me if you want my mailing address to send me a device you'd like this library to support.
|
data/lib/phidgets-ffi/version.rb
CHANGED
data/phidgets-ffi.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
8
|
s.authors = ["Kelley Reynolds"]
|
9
9
|
s.email = ["kelley@insidesystems.net"]
|
10
|
-
s.homepage = "
|
10
|
+
s.homepage = "https://github.com/kreynolds/phidgets-ffi"
|
11
11
|
s.summary = "FFI Bindings for the Phidget Library"
|
12
12
|
s.description = "FFI Bindings for the Phidget Library"
|
13
13
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phidgets-ffi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Kelley Reynolds
|
@@ -94,7 +94,7 @@ files:
|
|
94
94
|
- lib/phidgets-ffi/version.rb
|
95
95
|
- phidgets-ffi.gemspec
|
96
96
|
has_rdoc: true
|
97
|
-
homepage:
|
97
|
+
homepage: https://github.com/kreynolds/phidgets-ffi
|
98
98
|
licenses: []
|
99
99
|
|
100
100
|
post_install_message:
|