22 lines
325 B
C
22 lines
325 B
C
/*
|
|
* can_bs2bs.h
|
|
*
|
|
* Created on: 27 îęň. 2020 ă.
|
|
* Author: stud
|
|
*/
|
|
|
|
#ifndef SRC_MAIN_CAN_BS2BS_H_
|
|
#define SRC_MAIN_CAN_BS2BS_H_
|
|
|
|
#define SIZE_ARR_CAN_UNITES_BS2BS 50 //100
|
|
|
|
|
|
extern int Unites2SecondBS[SIZE_ARR_CAN_UNITES_BS2BS];
|
|
|
|
void SendAll2SecondBS(unsigned int pause);
|
|
|
|
|
|
|
|
|
|
#endif /* SRC_MAIN_CAN_BS2BS_H_ */
|