-
-
Notifications
You must be signed in to change notification settings - Fork 478
Commit 28ffb82
Use placeholder for board name component of "DSpotterSDK_Maker_*" libraries
There is a separate speech recognition library for each of the supported boards. The library name all use the same
"DSpotterSDK_Maker_" prefix, differentiated with a suffix to indicate the target board.
The tutorial contains instructions for opening the library's example sketch. These instructions are intended to be
applicable for use with any of the library variants so it is necessary for the reader to extrapolate the correct library
name. The new approach is to use a placeholder to indicate the board name suffix on the library name.
The common convention of indicating a placeholder via angle brackets was chosen. This causes a visual collision with the
tutorials use of right angle brackets as separators when indicating menu path navigation, as is the standard in Arduino
documentation. In order to avoid this collision, the tutorial is migrated to using the alternative "->" menu path
separator.1 parent ad2b96e commit 28ffb82
File tree
1 file changed
+4
-4
lines changed- content/hardware/04.pro/shields/portenta-vision-shield/tutorials/speech-recognition-engine
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | - | ||
100 | + | ||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | - | ||
104 | + | ||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 | - | ||
120 | + | ||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 | - | ||
196 | + | ||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
|
0 commit comments