#ifndef SERIAL_COMMANDS_H #define SERIAL_COMMANDS_H #include #include #include "camera_model.h" #include "pins.h" /** Handle the serial input commands coming from the Flipper Zero. */ void serial_commands(); #endif