forked from mohr/ArduinoIO
readme update
This commit is contained in:
parent
2bc352afb3
commit
b9f8798538
12
README.md
12
README.md
@ -65,6 +65,14 @@ make clean -j
|
|||||||
|
|
||||||
### Build and flash instructions
|
### Build and flash instructions
|
||||||
|
|
||||||
1. An Arduino like bar can be seen at the top, which can be used to compile the software and flash it to the board. The check symbol is used to compile while the right arrow symbol is used to flash the software. There are also symbols to open the serial monitor or the serial plot.
|
1. Right click on the arduino folder inside the tree view on the left and go to Preferences. Go to the Arduino section and make sure the Arduino Board Selection tab is configuredcorrectly. Please note that board libraries and libaries need to be installed and added as beforehand as specified in Prerequisites. It is recommended to go to the Compile Options tab and addding
|
||||||
|
|
||||||
2. The serial monitor can be opened in the Serial monitor view tab at the bottom or with the icons at the top bar. Take care to pick the correct USB port and baud rate.
|
```sh
|
||||||
|
-DSERIAL_RX_BUFFER_SIZE=256
|
||||||
|
```
|
||||||
|
|
||||||
|
to append to C and C++
|
||||||
|
|
||||||
|
2. An Arduino like bar can be seen at the top, which can be used to compile the software and flash it to the board. The check symbol is used to compile while the right arrow symbol is used to flash the software. There are also symbols to open the serial monitor or the serial plot.
|
||||||
|
|
||||||
|
3. The serial monitor can be opened in the Serial monitor view tab at the bottom or with the icons at the top bar. Take care to pick the correct USB port and baud rate.
|
||||||
|
Loading…
Reference in New Issue
Block a user