X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmax31855%2Fmax31855.h;h=27f241922379e3e0563f2a54f96ef88fd0a03fba;hb=36be22cb90d752c194489c0f6a471bcfa3851760;hp=3b77c1d3ccef6e3b924a06d505006743c2c4f66b;hpb=8d25ecacdd0a9c7b2fcc98ceaba81d64461d10df;p=contrib%2Fupm.git diff --git a/src/max31855/max31855.h b/src/max31855/max31855.h index 3b77c1d..27f2419 100644 --- a/src/max31855/max31855.h +++ b/src/max31855/max31855.h @@ -24,8 +24,8 @@ #pragma once #include -#include -#include +#include +#include namespace upm { @@ -61,8 +61,8 @@ class MAX31855 { double getTemp(); private: - maa_spi_context m_sensor; - maa_gpio_context m_gpio; + mraa_spi_context m_sensor; + mraa_gpio_context m_gpio; }; //! [Interesting]