Skip to content

Commit

Permalink
R13 was intentionally not populated on the board so the expander retu…
Browse files Browse the repository at this point in the history
…rns 0x1 instead of 0x3
  • Loading branch information
ryanthecoder committed Jul 24, 2024
1 parent 739a9df commit 40d9f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sensors/core/pie4ioe5.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ enum class registers : uint8_t {
};

enum class version_responses : uint8_t {
// right now only version 1 responds
// right now only version D1.1 of the pipette sensor board responds
// version 0 does not respond
VERSION_1 = 0x03,
VERSION_1 = 0x01, // Pipette_sensor board D1.1
};

} // namespace pie4ioe4
Expand Down

0 comments on commit 40d9f3e

Please sign in to comment.