readme.txt 498 B

12345678910111213141516
  1. Gameduino library
  2. =================
  3. Installation
  4. ------------
  5. To install this library, place this entire folder as a subfolder in your
  6. Arduino libraries folder. Then restart your Arduino application.
  7. To use this library in a sketch, go to the Sketch | Import Library menu and
  8. select Gameduino.
  9. This library also has many examples. After installation, you can find them under
  10. File | Examples | Gameduino. 'selftest' is a good example to start with, since it
  11. runs a series of hardware tests.