#include #include "led_effects.h" /** 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); //TODO: Add defineIntCallback? void defineCallback(const char *command, void (*f)(int32_t)); }