
MICOM
文章平均质量分 79
hello_wyq
这个作者很懒,什么都没留下…
展开
-
Reading AVR button status using WinAVR
Reading AVR button status using WinAVRIf you want to bring some interactivity to your embedded projects, one option is to add buttons. This allows you to control program flow, set parameters and m转载 2007-01-26 10:03:00 · 1433 阅读 · 1 评论 -
Accessing AVR microcontroller ports with WinAVR GCC
All AVR ports have Read-modify-write functionality when used as genera I/O ports. Direction of separate port pin can be changed. Each pin buffer has symmetric capability to drive and sink source. Pin转载 2007-01-26 11:20:00 · 1325 阅读 · 0 评论 -
Atmega series of AVR microcontrollers
As all AVR microcontrollers Atmega microcontrollers are 8 bit RISC microcontrollers. Their core are the same as tiny series, just they are more powerful and has more peripheral devices built in li转载 2007-01-26 15:57:00 · 1899 阅读 · 0 评论 -
4x4 keypad example using AVR-GCC C language
This is as simple routine how to read 4x4 keypad keys using AVR-GCC language. The keypad is connected to AVR microcontroller 8 bit port. In this example it is B port. You can change ports depending on转载 2007-01-26 17:01:00 · 1391 阅读 · 0 评论