This website works better with JavaScript
Home
Explore
Help
Register
Sign In
stm32
/
alientek
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
1eabe85515
Branches
Tags
main
alientek
/
drivers
/
can
/
can.h
can.h
99 B
History
Raw
1
2
3
4
5
6
7
8
#ifndef __CAN_H
#define __CAN_H
#define __CAN_BAUD_250K
void can_init(); // CAN初始化
#endif