Soil Testing
0.1.0
Readily available soil testing
Loading...
Searching...
No Matches
log.h
Go to the documentation of this file.
1
#ifndef LOG_H
2
#define LOG_H
3
4
#include <stdbool.h>
5
#include <stdio.h>
6
22
uint8_t
init_log
(
void
);
23
27
void
dlog_wrap
(
const
char
*fmt, ...) __attribute__ ((format (printf, 1 ,2)));
28
29
36
void
dlog
(const
char
*msg);
37
48
void
log_file
(FILE *f, const
char
*data);
49
53
uint8_t
close_log
(
void
);
54
#endif
log_file
void log_file(FILE *f, const char *data)
dlog
void void dlog(const char *msg)
dlog_wrap
void dlog_wrap(const char *fmt,...) __attribute__((format(printf
close_log
uint8_t close_log(void)
init_log
uint8_t init_log(void)
code
arduino
include
arduino
log.h
Generated on Tue Oct 8 2024 19:03:08 for Soil Testing by
1.12.0