当前位置:网站首页>[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 ÿ
边栏推荐
猜你喜欢

VirtualBox 安装增强功能

1500w播放下还藏着什么热点?B站2个未来趋势你不得错过

数学知识:求组合数 III—求组合数
![[problem handled] -nvidia SMI command cannot obtain the GPU process number of its own container and the external GPU process number](/img/51/e48e222c14f4a4e9f2be91a677033f.png)
[problem handled] -nvidia SMI command cannot obtain the GPU process number of its own container and the external GPU process number

修复表中的名字(首字符大写,其他小写)

软件开发中的上游和下游

electron之坑addon

gin_ gorm

The personal test is effective, and the JMeter desktop shortcut is quickly created

Selenium classic interview question - multi window switching solution
随机推荐
[JS adds attributes to elements: setAttribute; classlist.remove; classlist.add;]
How to select securities companies? In addition, is it safe to open a mobile account?
Mysql database foundation: process control
New opportunities for vr/ar brought by metauniverse
微生物安全與健康,什麼是生物處理?
如何选择券商?另外,手机开户安全么?
求两个线段公共部分的长度
Sort custom function
测试必备工具—Postman实战教程
视频教程 | 长安链推出系列视频教程合集(入门)
MYSQL 数据库查看磁盘占用情况
Selenium经典面试题-多窗口切换解决方案
正向代理和反向代理快速理解
【agora】用户管理
Handsontable數據網格組件
AS400 大廠面試
What are the functions of soil microorganisms in microbial detection?
Microbiological health, why is food microbiological testing important
农产品换房?“变相”购房补贴!
[stack] 921 Minimum Add to Make Parentheses Valid