Humidistat
Arduino firmware for a humidistat (humidity controller)
|
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
template<typename... T> | |
char * | asprintf (const char *fmt, T... args) |
Print formatted data to string. Automatically allocates string on the heap. Make sure to delete it immediately afterwards. | |
char * asprintf | ( | const char * | fmt, |
T... | args ) |
Print formatted data to string. Automatically allocates string on the heap. Make sure to delete it immediately afterwards.
fmt | Format string |
args | Arguments specifying data to print |
Definition at line 13 of file asprintf.h.