mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Snake game that combines DMD and IRreceiver
This commit is contained in:
31
doc/ir-snake.dox
Normal file
31
doc/ir-snake.dox
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* Copyright (C) 2012 Southern Storm Software, Pty Ltd.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included
|
||||
* in all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
/**
|
||||
\file ir-snake.dox
|
||||
\page ir_snake Snake Video Game Using an Infrared Remote Control
|
||||
|
||||
This example demonstrates the use of the DMD and IRreceiver classes.
|
||||
The full source code follows:
|
||||
|
||||
\include IR/examples/Snake/Snake.pde
|
||||
*/
|
||||
@@ -49,6 +49,8 @@ LCD shield.
|
||||
\li \ref dmd_demo "Demo" that shows off various bitmap drawing features.
|
||||
\li \ref dmd_running_figure "RunningFigure" example that demonstrates how
|
||||
to draw and animate bitmaps.
|
||||
\li \ref ir_snake "Snake" game that combines the dot matrix display with
|
||||
IRreceiver to make a simple video game.
|
||||
|
||||
\section main_BlinkLED BlinkLED Utility Library
|
||||
|
||||
@@ -90,6 +92,8 @@ realtime clock and the LCD library to implement an alarm clock.
|
||||
\li IRreceiver class that receives incoming RC-5 commands from an
|
||||
infrared remote control.
|
||||
\li \ref ir_dumpir "DumpIR" example that dumps all incoming RC-5 commands.
|
||||
\li \ref ir_snake "Snake" game that combines DMD with an infrared remote
|
||||
control to make a simple video game.
|
||||
|
||||
\section main_other Other
|
||||
|
||||
|
||||
Reference in New Issue
Block a user