Skip to content

Commit

Permalink
Change the default address of the SCD41
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Nov 13, 2024
1 parent 197b1c4 commit 0039a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unit/unit_SCD41.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace unit {
@brief SCD41 unit component
*/
class UnitSCD41 : public UnitSCD40 {
M5_UNIT_COMPONENT_HPP_BUILDER(UnitSCD41, 0x00);
M5_UNIT_COMPONENT_HPP_BUILDER(UnitSCD41, 0x62);

public:
explicit UnitSCD41(const uint8_t addr = DEFAULT_ADDRESS) : UnitSCD40(addr)
Expand Down

0 comments on commit 0039a56

Please sign in to comment.