You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
245 B
15 lines
245 B
|
11 months ago
|
/*
|
||
|
|
* msp_DAM_Relay.h
|
||
|
|
*
|
||
|
|
* Created on: Nov 5, 2024
|
||
|
|
* Author: akeguo
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef INC_MSP_MSP_DAM_RELAY_H_
|
||
|
|
#define INC_MSP_MSP_DAM_RELAY_H_
|
||
|
|
#include "BHBF_ROBOT.h"
|
||
|
|
|
||
|
|
extern int32_t* DMA_DO_Value_[4];
|
||
|
|
|
||
|
|
#endif /* INC_MSP_MSP_DAM_RELAY_H_ */
|