/* * dispatch.hpp * * Created on: 18 Jul 2021 * Author: Andreas Berthoud */ #ifndef DISPATCH_HPP_ #define DISPATCH_HPP_ #include extern "C" void handle_received_command(uint8_t command_id, uint8_t * payload_ptr, uint16_t length); #endif /* DISPATCH_HPP_ */