Skip to content
Snippets Groups Projects
Unverified Commit 12ab229a authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

datalogger: fix max44006 / max44009 mixup

parent e0f4d557
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ void loop(void)
kout << "Magnet Z " << mz << endl;
#endif
#ifdef CONFIG_driver_max44009
#ifdef CONFIG_driver_max44006
kout << "MAX44006 Temperature: " << max44006.getTemperature() << " counts" << endl;
float r, g, b, c, ir;
if (max44006.getLight(&r, &g, &b, &c, &ir)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment