Initial commit: MT firmware project
- BLE peripheral applications - dr_piezo and bladder_patch projects Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
34
project/ble_peripheral/ble_app_bladder_patch/full_agc.h
Normal file
34
project/ble_peripheral/ble_app_bladder_patch/full_agc.h
Normal file
@@ -0,0 +1,34 @@
|
||||
/*******************************************************************************
|
||||
* @file full_agc.h
|
||||
* @author CandyPops Co.
|
||||
* @version V1.0.0
|
||||
* @date 2022-09-05
|
||||
* @brief
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _FULL_AGC_H__
|
||||
#define _FULL_AGC_H__
|
||||
|
||||
#include "sdk_common.h"
|
||||
|
||||
#define PD_NO 1
|
||||
//#define LED_NO 50
|
||||
|
||||
|
||||
void full_agc_start(void);
|
||||
void full_agc_end(void);
|
||||
void full_agc_adc_init(void);
|
||||
void full_agc_uninit(void);
|
||||
void full_agc_loop(void * p_context); /* For x ms */
|
||||
void full_agc_timer_start(void);
|
||||
void full_agc_timer_stop(void);
|
||||
void full_agc_timer_init(void);
|
||||
void full_agc_mesurement_start(void);
|
||||
|
||||
void full_agc_send_loop(void * p_context); /* For x ms */
|
||||
void full_agc_send_timer_start(void);
|
||||
void full_agc_send_timer_stop(void);
|
||||
void full_agc_send_timer_init(void);
|
||||
#endif /* _FULL_AGC_H__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user