A class library for "mbeduino" + "4x4x4 LED Cube shield" demo. \\ There are two demo programs for this library available. Please find those at...\\ (1) Very simplified demo sample code : \\ http://mbed.org/users/okano/programs/LED_Cube444_mbeduino-very_simple_demo/\\ (2) More complex (fancy) demo : \\ http://mbed.org/users/okano/programs/LED_Cube444_mbeduino_demo/\\ Another application code is available for hardware test...\\ http://mbed.org/users/okano/programs/mbeduino_LED_Cube444_test/\\ About the hardware :\\ http://mbed.org/users/okini3939/notebook/mbeduino/ \\ http://www.galileo-7.com/?pid=20015630 \\ - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\\ "mbeduino" + "4x4x4 LED Cube shield"のデモ用に作成したクラスライブラリです.\\ このクラスライブラリには2つのデモ・プログラム(サンプル・コード)が用意されています.\\ (1) 単純化したデモ・サンプル\\ http://mbed.org/users/okano/programs/LED_Cube444_mbeduino-very_simple_demo/\\ (2) 点灯バリエーションを盛り込んだデモ\\ http://mbed.org/users/okano/programs/LED_Cube444_mbeduino_demo/\\ またこれとは別に,ハードウェアのテスト用のコードを公開してあります\\ http://mbed.org/users/okano/programs/mbeduino_LED_Cube444_test/\\ ハードウェアについては以下のリンクを参照下さい\\ http://mbed.org/users/okini3939/notebook/mbeduino/ \\ http://www.galileo-7.com/?pid=20015630 \\
Diff: LED_Cube444.cpp
- Revision:
- 1:86d2cad72832
- Parent:
- 0:6c57a47e2079
--- a/LED_Cube444.cpp Thu Oct 14 14:26:21 2010 +0000 +++ b/LED_Cube444.cpp Wed Dec 08 02:03:02 2010 +0000 @@ -1,15 +1,21 @@ -/** mbeduino demo code (with 4x4x4 LED Cube shield) +/** LED Cube 4x4x4 control library * - * This is a simple demo code of mbeduino + 4x4x4 LED Cube shield + * @class LED_Cube444 + * @author Tedd OKANO + * @version 0.51(08-Dec-2010) + * + * This is a library for a demo code of mbeduino + 4x4x4 LED Cube shield * * mbeduino = http://mbed.org/users/okini3939/notebook/mbeduino/ (Japanese) * 4x4x4 LED Cube shield = http://www.galileo-7.com/?pid=20015630 (Japanese) * * Released under the MIT License: http://mbed.org/license/mit * - * revision 0.5 14-Oct-2010 1st release + * revision 0.5 14-Oct-2010 1st release + * revision 0.51 08-Dec-2010 Document reformatted */ + #include "LED_Cube444.h" /** Class constructor for LED_Cube444