#include /** Other scripts can use this namespace, in order to define callbacks. * Those callbacks can then be used to send commands to the sensor (reset, calibrate, night mode, ...) * */ namespace sensor_commands { void run(const char *command); void defineCallback(const char *command, void (*f)(void*), void *d); }