/
LechaV63
/
level_1
Обзор
Документация
Войти
/
LechaV63
/
level_1
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
coursework/src/sensor.h
17 строк
242 B
agvolodin
refactoring workspace
07 янв 2025, 06:47
07 янв 2025, 06:47
a8e04cd
Код
Авторство
О чём код?
#include <stdint.h> #include "colors.h" #ifndef SENSOR #define SENSOR #define MAXLEN 60*24*365 struct measuring { uint16_t year; uint8_t month; uint8_t day; uint8_t hour; uint8_t minute; int8_t temperature; }; #endif