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