File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,18 @@ of the distribution into the 'libraries' folder under your sketchbook. For
20
20
example, my sketchbook is at /home/maniacbug/Source/Arduino, so this
21
21
library is in /home/maniacbug/Source/Arduino/libraries/StandardCplusplus .
22
22
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.
24
35
25
36
## Which versions does it work with?
26
37
You can’t perform that action at this time.
0 commit comments