Specification Sheet

Table Of Contents
WT901 | Datasheet v20-0702 | http://wiki.wit-motion.com/english
- 37 -
6.1 IIC Write the Module
When IIC write the module, the format is as below:
IICAddr<<1
RegAddr
Data1L
Data1H
Data2L
Data2H
……
First IIC host sends a Start signal to WT901 module, then write IICAddr to
register address and then write RegAddr, write the Data1L Data1H Data2L
Data2H …. Sequentially, when the last data has been written, the host sends a
stop signal to the module to release the IIC bus.
When finish writing the data, the register will be updated and module will
execute the order.At the same time, the address of the module will add 1
automatically.The address Pointer will point to next address. So it can be written
Continuously.
For example:
Set D0 as Digital output high
RegAddr :0x0e DataL:0x02 DataH:0x00
Logic Analyzer captures waveforms as shown below:
Register set up by the module approach is consistent with the serial protocol,
please refer 6.1