このライブラリは1桁から8桁までのSeven segment Numeric LEDを制御します。 LEDはanode commonとcathode common を使用することができます。 LEDの表示は1秒で表示をスムースに切り替えるモードと、直ぐに切り替えるモードの2つのモードを選択することができます。 This library to control the Seven segment Numeric LED 8 digit of 1. You can use the LED cathode common and anode common. Switch mode LED display and a second displayed a smooth, you can choose two modes to switch modes quickly.

Dependents:   kitchenTimer_Clock kitchenTimer LPC1114FN28_kitchenTimer_Clock SevenSegmentLedSample ... more

Revision:
6:a1eb5de4146f
Parent:
5:a7ba72bf10ba
--- a/SevenSegLed.h	Sat Nov 30 23:59:26 2013 +0000
+++ b/SevenSegLed.h	Fri Dec 27 23:23:34 2013 +0000
@@ -27,6 +27,7 @@
 //* ---------   V1.0 : 4digit(4com) display                             */
 //* ---------   V2.0 : 8digit(8com) display                             */
 //* @SS131130   V2.1 : HYOJI MODE NO TUIKA (smooth or hard)             */
+//* @SS131223   V2.2 : Run the library side dynamic output processing   */
 //*                                                                     */
 //***********************************************************************/
 #ifndef _SEVENSEGLED_H