Skip to content

Commit 0a92099

Browse files
committed
more readme fixes
1 parent 42d2870 commit 0a92099

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,18 @@ of the distribution into the 'libraries' folder under your sketchbook. For
2020
example, my sketchbook is at /home/maniacbug/Source/Arduino, so this
2121
library is in /home/maniacbug/Source/Arduino/libraries/StandardCplusplus .
2222

23-
Be sure to reset your Arduino IDE after using it.
23+
Be sure to reset your Arduino IDE after installing it.
24+
25+
## How do I try it out?
26+
27+
From the Arduino IDE, navigate the menus to:
28+
File > Examples > StandardCplusplus > string\_vector
29+
30+
Upload that, set your serial monitor to 57600 baud, and check the output.
31+
32+
## How do I learn more?
33+
34+
The web is your friend. [cplusplus.com](http://cplusplus.com/reference/) is my personal favorite reference.
2435

2536
## Which versions does it work with?
2637

0 commit comments

Comments
 (0)