
ISD5100 - SERIES
7.5.4.2 。写数字数据
写
=====
I2CStart
SendByte(0x80)
WaitACK
WaitSCLHigh
SendByte(0xc0)
WaitACK
WaitSCLHigh
I2CStop
I2CStart
SendByte(0x80)
WaitACK
WaitSCLHigh
SendByte(0xc9)
WaitACK
WaitSCLHigh
SendByte(row/256)
WaitACK
WaitSCLHigh
SendByte(row%256)
WaitACK
WaitSCLHigh
重复,直到所有的数据被发送
{
SendByte (数据)的
WaitACK ( )
WaitSCLHigh ( )
}
I2CStop
- 发送数据字节
- 低地址字节
- 高地址字节
- 写数字数据命令
- 写,从地址零
- 数字输入模式命令
- 写,从地址零
- 42 -