From 0cd163ccd18f0409c2ea265ced9736d11345cf09 Mon Sep 17 00:00:00 2001 From: omron-ankit <47993414+omron-ankit@users.noreply.github.com> Date: Wed, 7 Aug 2019 22:24:51 -0500 Subject: [PATCH] Update d6t.cxx --- examples/c++/d6t.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/c++/d6t.cxx b/examples/c++/d6t.cxx index 8dd92d90..66a62567 100644 --- a/examples/c++/d6t.cxx +++ b/examples/c++/d6t.cxx @@ -88,7 +88,7 @@ sig_handler(int signum) int main(int argc, char** argv) { - char option = 0; + //char option = 0; int bus = D6T_DEFAULT_I2C_BUS_NUM; uint32_t sleep_time = 1000; int interval_value; @@ -336,12 +336,12 @@ main(int argc, char** argv) } // Variables declaration - float ptat; - float temperatureData[s_type]; + //float ptat; + //float temperatureData[s_type]; vector VtemperatureData; - uint8_t pec; - D6T_STATUS_T returnValue; - uint8_t counter; + //uint8_t pec; + //D6T_STATUS_T returnValue; + //uint8_t counter; // Data and Time char dateAndTime[30];