当前位置:网站首页>[proteus simulation] Arduino UNO +74c922 keyboard decoding drive 4x4 matrix keyboard
[proteus simulation] Arduino UNO +74c922 keyboard decoding drive 4x4 matrix keyboard
2022-07-01 01:49:00 【perseverance52】
【Proteus Simulation 】Arduino UNO +74C922 Keyboard decoding driver 4X4 Matrix keyboard
- Proteus Simulation

This example uses 74C922 Decoding chip , Make the program code very simple , When pressing different keys , The nixie tube will display the corresponding key value . It's mainly about AVR Familiarity and understanding of operating instructions , stay Arduino It is operated in a bus mode IO Oral state , Than traditional
ArduinoThe encapsulation instructions of will appear more concise and direct . faceArduinoProgramming , We should not limit ourselves to learning and mastering one kind of instruction operation mode .AVR Operating instructions are equivalent to taking offArduinoPackaging layer , So as to approach the register .
AVR Knowledge of operating instructions
- AVR Single chip microcomputer IO Port is a standard two-way port , First, set IO The state of the mouth , namely : Input or output .
DDRx Register is AVR MCU port direction register , By setting DDRx You can set x The state of the port .
DDRx The corresponding bit of the port direction register is set to 1 Corresponding x The corresponding bit of the port is the output state ,DDRx The corresponding bit of the port direction register is set to 0 Corresponding x The corresponding bit of the port is the input state .
- for example :
DDRA = 0xFF; // Set port A All ports are in output state ÿ
边栏推荐
- laravel 事件 & 监听
- MYSQL 数据库查看磁盘占用情况
- 删除重复的电子邮箱
- Fast understanding of forward proxy and reverse proxy
- The personal test is effective, and the JMeter desktop shortcut is quickly created
- Sort custom function
- How to select securities companies? In addition, is it safe to open a mobile account?
- VirtualBox 安装增强功能
- Composants de la grille de données portatifs
- Some items of OCR
猜你喜欢
随机推荐
C # customize and dynamically switch cursor
3500字归纳总结:一名合格的软件测试工程师需要掌握的技能大全
Batch import of Excel data in applet
Mathematical knowledge: finding combinatorial number III - finding combinatorial number
如何选择券商?另外,手机开户安全么?
工作八年的程序员,却拿着毕业三年的工资,再不开窍就真晚了...
The personal test is effective, and the JMeter desktop shortcut is quickly created
医疗HIS行业短信发送解决方案
3dsmax plug-in development traversal node object and object acquisition and inode transformation matrix description
Handsontable數據網格組件
What are the preferential activities for stock account opening? In addition, is it safe to open a mobile account?
小程序中实现excel数据的批量导入
System. Csrebot for commandline
6月第4周榜单丨飞瓜数据UP主成长排行榜(哔哩哔哩平台)发布!
微生物健康,食品微生物检测为什么很重要
Creating ASCII art with C #
AS400 大廠面試
PHP通过第三方插件爬取数据
软件开发中的上游和下游
Connectivity basis of Graphs








