init commit
This commit is contained in:
24
SubGHz_Phy/App/subghz_phy_app.h
Normal file
24
SubGHz_Phy/App/subghz_phy_app.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef __SUBGHZ_PHY_APP_H__
|
||||
#define __SUBGHZ_PHY_APP_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define RF_FREQUENCY_DEFAULT 433100000UL
|
||||
#define TX_OUTPUT_POWER_DEFAULT 14
|
||||
#define FSK_FDEV_DEFAULT 25000UL
|
||||
#define FSK_DATARATE_DEFAULT 50000UL
|
||||
#define FSK_BANDWIDTH_DEFAULT 50000UL
|
||||
#define FSK_PREAMBLE_LENGTH_DEFAULT 4U
|
||||
|
||||
void SubghzApp_Init(void);
|
||||
void SubghzApp_Process(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __SUBGHZ_PHY_APP_H__ */
|
||||
Reference in New Issue
Block a user