Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 I2C 从传感器获取压力,但我不确定 C 代码。到目前为止,我有这个:
I2C1_MasterRead(&PressureData, 2, I2C_ADDR_DS, &status);
其中压力数据是一个 8 位无符号整数,数据长度为 2 个字节,即传感器的地址,然后是我认为的停止位。
有没有人有经验可以帮助我?