/* * Copyright (c) 2022 Rodrigo Peixoto * SPDX-License-Identifier: Apache-2.0 */ #ifndef _MESSAGES_H_ #define _MESSAGES_H_ #include struct sensor_msg { int x; int y; int z; }; #endif /* _MESSAGES_H_ */