cpp_headers: Rename ds18b20 header .h -> .hpp

Renamed header file, updated header filename in interface files,
sources, and CMakeLists file.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2016-05-02 15:58:49 -07:00
parent e679d40d44
commit 5467620bf7
7 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@
#include <iostream>
#include <signal.h>
#include "ds18b20.h"
#include "ds18b20.hpp"
using namespace std;