File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
docs/html/guide/topics/usb Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -281,16 +281,17 @@ page.title=Android Open Accessory Development Kit
281281 <p>On Mac:</p>
282282
283283 <ol type="a">
284- <li>Right-click on the Arduino application in Finder and select <strong>Show Package
285- Contents</strong>.</li>
284+ <li>Create, if it does not already exist, an <code>Arduino</code>
285+ directory inside your user account's <code>Documents</code> directory, and within
286+ that, a <code>libraries</code> directory.</li>
286287
287288 <li>Copy the <code>firmware/arduino_libs/AndroidAccessory</code> and
288- <code>firmware/arduino_libs/USB_Host_Shield</code> directories (the complete directories,
289- not just the files within) to the <code>Contents/Resources/Java/libraries</code> directory
290- inside the Arduino application .</li>
289+ <code>firmware/arduino_libs/USB_Host_Shield</code> directories (the
290+ complete directories, not just the files within) to your
291+ <code>Documents/ Arduino/libraries/</code> directory .</li>
291292
292- <li>Create a <code>CapSense</code> directory in the
293- <code>Contents/Resources/Java/ libraries</code> directory.</li>
293+ <li>Create a <code>CapSense</code> directory in your
294+ <code>Documents/Arduino/ libraries/ </code> directory.</li>
294295
295296 <li>Copy <code>CapSense.cpp</code> and <code>CapSense.h</code> from the unzipped CapSense
296297 download to the <code>CapSense</code> directory.</li>
You can’t perform that action at this time.
0 commit comments