Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
comms_config.h
1/*
2 * @file comms_config.h
3 * @author
4 * @brief project configuration
5 */
6#ifndef COMMS_CONFIG_H
7#define COMMS_CONFIG_H
8
9// PBV working with CAN OR UART
10#define PBV_UART 0
11#define PBV_CANFD 1
12
13#endif /* COMMS_CONFIG_H */