add ui, change project struct
This commit is contained in:
12
Core/App/global.h
Normal file
12
Core/App/global.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/** Global Data Define */
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct GlobalData {
|
||||
uint32_t freq;
|
||||
uint8_t freq_float;
|
||||
uint8_t volumn;
|
||||
uint8_t signal;
|
||||
} GlobalData;
|
||||
|
||||
extern GlobalData global_data;
|
||||
Reference in New Issue
Block a user