Labywiinth Code
Status: Beta
Brought to you by:
digitaljestin
| File | Date | Author | Commit |
|---|---|---|---|
| autom4te.cache | 2009-07-06 | digitaljestin | [r1] Initial |
| src | 2009-07-06 | digitaljestin | [r1] Initial |
| AUTHORS | 2009-07-06 | digitaljestin | [r1] Initial |
| COPYING | 2009-07-06 | digitaljestin | [r1] Initial |
| ChangeLog | 2009-07-06 | digitaljestin | [r1] Initial |
| INSTALL | 2009-07-06 | digitaljestin | [r1] Initial |
| Labywiinth.pde | 2009-07-06 | digitaljestin | [r2] Updated the Arduino sketch to the latest revision |
| Makefile.am | 2009-07-06 | digitaljestin | [r1] Initial |
| Makefile.in | 2009-07-06 | digitaljestin | [r1] Initial |
| NEWS | 2009-07-06 | digitaljestin | [r1] Initial |
| README | 2009-07-06 | digitaljestin | [r1] Initial |
| aclocal.m4 | 2009-07-06 | digitaljestin | [r1] Initial |
| autogen.sh | 2009-07-06 | digitaljestin | [r1] Initial |
| config.guess | 2009-07-06 | digitaljestin | [r1] Initial |
| config.h.in | 2009-07-06 | digitaljestin | [r1] Initial |
| config.h.in~ | 2009-07-06 | digitaljestin | [r1] Initial |
| config.sub | 2009-07-06 | digitaljestin | [r1] Initial |
| configure | 2009-07-06 | digitaljestin | [r1] Initial |
| configure.ac | 2009-07-06 | digitaljestin | [r1] Initial |
| depcomp | 2009-07-06 | digitaljestin | [r1] Initial |
| install-sh | 2009-07-06 | digitaljestin | [r1] Initial |
| ltmain.sh | 2009-07-06 | digitaljestin | [r1] Initial |
| missing | 2009-07-06 | digitaljestin | [r1] Initial |
| mkinstalldirs | 2009-07-06 | digitaljestin | [r1] Initial |
This example shows how to link to a library such as the examplelib library. The example program is also set up so that if you connect a Nintendo Wii Balance Board, it will output horizontal and vertical angle values according to where the user is standing on it. This is for use with the LabyWiinth Project (http://jestinstoffel.com/?q=node/113). To use the example code, connect servos of your liking to pins 9 and 10 on an Arduino microcontroller, connect it to your computer, and redirect the output of `example` to the serial connection where the arduino is hooked up: ./example > /dev/ttyUSB0 Make sure you load the Arduino sketch Labywiinth.pde onto your Arduino.