Skip to content

Commit

Permalink
Merge branch 'docusaurus-version' into bha2
Browse files Browse the repository at this point in the history
  • Loading branch information
limengdu authored Dec 30, 2024
2 parents 6332115 + b472676 commit 276f54d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ So next, we will use the pins led out by the chip for serial communication.

Core Function that need to be include:

- `Serial1.begin(BAUD,SERIAL_8N1,RX_PIN,TX_PIN);` -- enalbe Serial1,the function prototype : `<Serial.Type>.begin(unsigned long baud, uint32_t config, int8_t rxPin, int8_t txPin);`
- `Serial1.begin(BAUD,SERIAL_8N1,RX_PIN,TX_PIN);` -- enable Serial1,the function prototype : `<Serial.Type>.begin(unsigned long baud, uint32_t config, int8_t rxPin, int8_t txPin);`
- `baud` :baud rate
- `config`:Configuration bit
- `rxPin` :Receive Pin
Expand Down

0 comments on commit 276f54d

Please sign in to comment.