Unverified Commit 480c55a5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

MAX44006 driver: PWRON bit is 0x04, not 0x02

parent 5276faef
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ class MAX44006 {

		enum InterruptStatus {
			AMBINTS = 0b00000001,
			PWRON   = 0b00000010,
			PWRON   = 0b00000100,
			SHDN    = 0b00001000,
			RESET   = 0b00010000,
		};