RED HAT
DIIDevHeads IoT Integration Server
•Created by Sterling on 7/2/2024 in #middleware-and-os
Could you guys help please review my code and suggest any potential mistakes or improvements?
@Sterling Yes, you're correctly shifting it by a bit. The
MCP3424
has a 7-bit address of 0x68
, which translates to 0xD0
for write operations and 0xD1
for read operations when shifted. Your code looks fine in this respect.10 replies