|
Revision 8061, 0.6 kB
(checked in by mootoh, 10 months ago)
|
|
lang/cplusplus/gainer++: A C++ Gainer wrapper.
|
| Line | |
|---|
| 1 | = Gainer for C++ = |
|---|
| 2 | This library provides a C++ interface for Gainer I/O module. |
|---|
| 3 | Most of the codes are based on gainer-ruby (http://8-p.info/gainer-ruby/). |
|---|
| 4 | |
|---|
| 5 | == Installation == |
|---|
| 6 | Not provided yet. |
|---|
| 7 | |
|---|
| 8 | == Usage == |
|---|
| 9 | See gainer-led.cc in action. |
|---|
| 10 | |
|---|
| 11 | % make |
|---|
| 12 | % ./gainer-led /dev/cu.usbserial-A2002cuJ |
|---|
| 13 | |
|---|
| 14 | == Note == |
|---|
| 15 | - Tested under Mac OS X 10.5.2 only. |
|---|
| 16 | - Porting not completed yet. |
|---|
| 17 | |
|---|
| 18 | == Copyright == |
|---|
| 19 | - Author: Motohiro Takayama |
|---|
| 20 | - License: MIT |
|---|
| 21 | |
|---|
| 22 | === Original (gainer-ruby) === |
|---|
| 23 | - Author: KATO Kazuyoshi <kzys@8-p.info> |
|---|
| 24 | - Copyright: Copyright (c) 2007-2008 KATO Kazuyoshi |
|---|
| 25 | - License:: MIT |
|---|
| 26 | |
|---|