first upload

This commit is contained in:
2026-02-24 12:19:58 +08:00
commit 9e6d65692c
1825 changed files with 1183898 additions and 0 deletions

6
Core/Inc/variables.h Normal file
View File

@@ -0,0 +1,6 @@
#include "stdint.h"
extern uint8_t pin_value, receive;
extern uint16_t adc_value;
extern uint8_t receive;
extern uint8_t trans[9];
extern uint8_t O2_sensor_receive[9];