force to new usefull_macros lib

This commit is contained in:
2025-06-23 16:35:29 +03:00
parent db2c0e2d9c
commit 89815e8981
28 changed files with 1717 additions and 88 deletions

View File

@@ -17,8 +17,6 @@
*/
#pragma once
#ifndef __TERM_H__
#define __TERM_H__
#include <usefull_macros.h>
@@ -39,8 +37,7 @@ typedef struct{
double tmeasure; // UNIX-time of last measure
} weather_t;
int try_connect(char *device, int baudrate);
int try_connect(char *device, int baudrate, int emul);
int getlastweather(weather_t *w);
void stop_tty();
#endif // __TERM_H__