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

@ -6,7 +6,7 @@
%feature("autodoc", "3");
%{
#include "ds18b20.h"
#include "ds18b20.hpp"
%}
%include "ds18b20.h"
%include "ds18b20.hpp"
%array_class(char, charArray);