summaryrefslogtreecommitdiff
path: root/src/app/i2cbench/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/i2cbench/main.cc')
-rw-r--r--src/app/i2cbench/main.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app/i2cbench/main.cc b/src/app/i2cbench/main.cc
index c9c2b70..5304816 100644
--- a/src/app/i2cbench/main.cc
+++ b/src/app/i2cbench/main.cc
@@ -25,8 +25,9 @@
void loop(void)
{
#ifdef DRIVER_LM75
- kout.printf_float(lm75.getTemp());
- kout << endl;
+ //kout.printf_float(lm75.getTemp());
+ //kout << endl;
+ lm75.setOS(64);
#endif
#ifdef DRIVER_AM2320
am2320.read();