首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Arduino图书馆对数字显示驱动器ICM7218

Arduino图书馆对数字显示驱动器ICM7218

资 源 简 介

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

文 件 列 表

ExampleSketch
.svn
ExampleSketch.pde
ICM7218
.svn
ICM7218.cpp
ICM7218.h
InstallReadme.txt
VIP VIP
0.184940s