trabalho final
Dependencies: X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed
log.h
- Committer:
- Jacinta
- Date:
- 2016-05-18
- Revision:
- 37:886dcde018ad
- Parent:
- 35:34bbca276f99
File content as of revision 37:886dcde018ad:
#ifndef LOGSTRUCT_H
#define LOGSTRUCT_H
#include <time.h>
typedef struct {
float tempCelsius;
float humidity;
float pressure;
time_t date;
int counter;
} log_data ;
#endif