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

datalogger: add compact output for MAX44009

parent 4bc3475e
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -207,9 +207,11 @@ void loop(void)
#endif

#ifdef CONFIG_driver_max44009
	kout << "MAX44009 Brightness: ";
	kout.printf_float(max44009.getLux());
	kout << " lx" << endl;
#ifdef CONFIG_app_datalogger_compact
	kout << "MAX44009 / " << max44009.getLux() << endl;
#else
	kout << "MAX44009 Brightness: " << max44009.getLux() << " lx" << endl;
#endif
#endif

#ifdef CONFIG_driver_tsl2591