mirror of
https://github.com/claws/BH1750.git
synced 2026-07-27 19:56:17 +00:00
fix "checks / lint (pull_request) Failing"
This commit is contained in:
+2
-2
@@ -38,8 +38,8 @@
|
||||
|
||||
// Default MTreg value
|
||||
#define BH1750_DEFAULT_MTREG 69
|
||||
#define BH1750_MTREG_MIN (31)
|
||||
#define BH1750_MTREG_MAX (254)
|
||||
#define BH1750_MTREG_MIN 31
|
||||
#define BH1750_MTREG_MAX 254
|
||||
|
||||
class BH1750 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user