#pragma once #include "state.h" #include int get_error(uint8_t raw); int is_crossroad(uint8_t raw); int is_crossroad_robust(SensorBuffer *sb);