summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/c++/ads1x15.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/c++/ads1x15.cxx')
-rw-r--r--peripheral/libupm/examples/c++/ads1x15.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/peripheral/libupm/examples/c++/ads1x15.cxx b/peripheral/libupm/examples/c++/ads1x15.cxx
index d4196cd..3c5da65 100644
--- a/peripheral/libupm/examples/c++/ads1x15.cxx
+++ b/peripheral/libupm/examples/c++/ads1x15.cxx
@@ -26,8 +26,8 @@
#include <iostream>
#include <unistd.h>
-#include "ads1015.hpp"
-#include "ads1115.hpp"
+#include "ads1015.h"
+#include "ads1115.h"
@@ -286,7 +286,7 @@ int main()
else ads->setCompMode();
break;
case 18:
- cout << ads->getCompLatch() << endl;
+ cout << ads->getCompLatch() << cout;
break;
case 19:
cout << "select one of the following:" << endl;
@@ -296,7 +296,7 @@ int main()
else ads->setCompLatch();
break;
case 20:
- cout << ads->getContinuous() << endl;
+ cout << ads->getContinuous() << cout;
break;
case 21:
cout << "select one of the following:" << endl;