mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
Update d6t.cxx
This commit is contained in:
parent
ddd5d5b85d
commit
0cd163ccd1
@ -88,7 +88,7 @@ sig_handler(int signum)
|
|||||||
int
|
int
|
||||||
main(int argc, char** argv)
|
main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
char option = 0;
|
//char option = 0;
|
||||||
int bus = D6T_DEFAULT_I2C_BUS_NUM;
|
int bus = D6T_DEFAULT_I2C_BUS_NUM;
|
||||||
uint32_t sleep_time = 1000;
|
uint32_t sleep_time = 1000;
|
||||||
int interval_value;
|
int interval_value;
|
||||||
@ -336,12 +336,12 @@ main(int argc, char** argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Variables declaration
|
// Variables declaration
|
||||||
float ptat;
|
//float ptat;
|
||||||
float temperatureData[s_type];
|
//float temperatureData[s_type];
|
||||||
vector<float> VtemperatureData;
|
vector<float> VtemperatureData;
|
||||||
uint8_t pec;
|
//uint8_t pec;
|
||||||
D6T_STATUS_T returnValue;
|
//D6T_STATUS_T returnValue;
|
||||||
uint8_t counter;
|
//uint8_t counter;
|
||||||
|
|
||||||
// Data and Time
|
// Data and Time
|
||||||
char dateAndTime[30];
|
char dateAndTime[30];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user