initial commit

This commit is contained in:
2025-12-01 19:51:51 +09:00
commit 9c2fdbf8ed
23 changed files with 1757 additions and 0 deletions

11
ccs/util.h Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
#include "state.h"
#include <stdint.h>
int get_error(uint8_t raw);
int is_crossroad(uint8_t raw);
int is_crossroad_robust(SensorBuffer *sb);