#ifndef BSP_485_H #define BSP_485_H // #include "../cpu/STC_stc8a8k.h" // #include "../cpu/c51_macro.h" // #include "../clib/bit.h" #include "../bsp/bsp_config.h" #include "../msp/uart0.h" //485_RE P33 //485_DE P32 #define D_485_TX() P55 = 1;// >750us #define D_485_RX() P55 = 0; extern void L2_485_init(void); #endif