Skip to content

Commit

Permalink
Update BH1750_WE.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wollewald authored Oct 26, 2022
1 parent 1e2ff86 commit 57eae01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BH1750_WE.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class BH1750_WE{
void powerOn();
void powerDown();

private:
protected:
void setI2C_Address(uint8_t addr);
void writeBH1750_WE(uint8_t);
uint16_t readBH1750_WE();
Expand Down

0 comments on commit 57eae01

Please sign in to comment.