mirror of
https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git
synced 2026-07-27 19:55:59 +00:00
Update README.md
This commit is contained in:
@@ -30,20 +30,21 @@ The available baudrates are listed as follws:
|
|||||||
#define CAN_5KBPS 1
|
#define CAN_5KBPS 1
|
||||||
#define CAN_10KBPS 2
|
#define CAN_10KBPS 2
|
||||||
#define CAN_20KBPS 3
|
#define CAN_20KBPS 3
|
||||||
#define CAN_31K25BPS 4
|
#define CAN_25KBPS 4
|
||||||
#define CAN_33KBPS 5
|
#define CAN_31K25BPS 5
|
||||||
#define CAN_40KBPS 6
|
#define CAN_33KBPS 6
|
||||||
#define CAN_50KBPS 7
|
#define CAN_40KBPS 7
|
||||||
#define CAN_80KBPS 8
|
#define CAN_50KBPS 8
|
||||||
#define CAN_83K3BPS 9
|
#define CAN_80KBPS 9
|
||||||
#define CAN_95KBPS 10
|
#define CAN_83K3BPS 10
|
||||||
#define CAN_100KBPS 11
|
#define CAN_95KBPS 11
|
||||||
#define CAN_125KBPS 12
|
#define CAN_100KBPS 12
|
||||||
#define CAN_200KBPS 13
|
#define CAN_125KBPS 13
|
||||||
#define CAN_250KBPS 14
|
#define CAN_200KBPS 14
|
||||||
#define CAN_500KBPS 15
|
#define CAN_250KBPS 15
|
||||||
#define CAN_666KBPS 16
|
#define CAN_500KBPS 16
|
||||||
#define CAN_1000KBPS 17
|
#define CAN_666kbps 17
|
||||||
|
#define CAN_1000KBPS 18
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user