assign VOLATILE V2

This commit is contained in:
2025-12-10 02:26:47 +09:00
parent 2ca19bf287
commit 3d8b12c321
14 changed files with 348 additions and 888 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "state.h"
#include "history.h"
#include <stdint.h>
@@ -8,7 +8,7 @@ int get_error(uint8_t raw);
int is_crossroad(uint8_t raw);
int is_crossroad_robust(SensorBuffer *sb);
int is_crossroad_robust(HistoryBuffer *sb);
void print_binary(const uint8_t n);