first upload

This commit is contained in:
2026-02-24 12:15:29 +08:00
commit 7720425f6f
1242 changed files with 837084 additions and 0 deletions

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

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