资 源 简 介
Library for Arduino microcontrollers to drive 8-digit ICM7218 LED number displays
Image from http://ardugonic.blogspot.com
This library provides several methods of writing integers and floats to the display.
Documentation is included in the source code.
The example sketch might be useful for usage information.
The library supports writing numbers, both integer and float, to the LED numeric display. Individual segment control is not supported by this library.
Library code here: https://code.google.com/p/arduino-icm7218-library/source/browse/trunk/#trunk%2FICM7218
ICM7218 datasheet: http://www.intersil.com/data/fn/fn3159.pdf
Example Arduino Sketch
```
include
//pinout: (id0, id1, id2, id3, -id7-, write, mode)
ICM7218 myDisplay(5,6,7,8,9,11,12); //makes a new ICM7218 called