diff options
| author | Avamander <avamander@gmail.com> | 2021-04-24 09:00:45 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2021-04-24 09:00:45 (GMT) |
| commit | 69898545193a82f7d72c9f47c9d9de36167b157b (patch) | |
| tree | cf2bea6d67e8d91a7d6222b8e0b55a0075575003 /src/drivers/Hrs3300.h | |
| parent | 40d45d923b033363ff1304b47eac238dd4495a57 (diff) | |
Changed access modified indentation
Diffstat (limited to 'src/drivers/Hrs3300.h')
| -rw-r--r-- | src/drivers/Hrs3300.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/Hrs3300.h b/src/drivers/Hrs3300.h index cf87f37..c4f2890 100644 --- a/src/drivers/Hrs3300.h +++ b/src/drivers/Hrs3300.h @@ -5,7 +5,7 @@ namespace Pinetime { namespace Drivers { class Hrs3300 { - public: + public: enum class Registers : uint8_t { Id = 0x00, Enable = 0x01, @@ -35,7 +35,7 @@ namespace Pinetime { void SetGain(uint8_t gain); void SetDrive(uint8_t drive); - private: + private: TwiMaster& twiMaster; uint8_t twiAddress; |
