Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd9d9d3a authored by Daniel Sandler's avatar Daniel Sandler Committed by Robert Ly
Browse files

cherrypick from hc-mr2, updated adk installation instructions Change-Id:...

cherrypick from hc-mr2, updated adk installation instructions Change-Id: I6a0e21a79b81c3383d1fa05a4893bab5626dbe05

Change-Id: I8910c0982ffe2be482f6ae1a49343a1c79be0632
parent 2ddf6ea6
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -281,16 +281,17 @@ page.title=Android Open Accessory Development Kit
      <p>On Mac:</p>

      <ol type="a">
        <li>Right-click on the Arduino application in Finder and select <strong>Show Package
        Contents</strong>.</li>
        <li>Create, if it does not already exist, an <code>Arduino</code>
        directory inside your user account's <code>Documents</code> directory, and within
        that, a <code>libraries</code> directory.</li>

        <li>Copy the <code>firmware/arduino_libs/AndroidAccessory</code> and
        <code>firmware/arduino_libs/USB_Host_Shield</code> directories (the complete directories,
        not just the files within) to the <code>Contents/Resources/Java/libraries</code> directory
        inside the Arduino application.</li>
        <code>firmware/arduino_libs/USB_Host_Shield</code> directories (the
        complete directories, not just the files within) to your
        <code>Documents/Arduino/libraries/</code> directory.</li>

        <li>Create a <code>CapSense</code> directory in the
        <code>Contents/Resources/Java/libraries</code> directory.</li>
        <li>Create a <code>CapSense</code> directory in your
        <code>Documents/Arduino/libraries/</code> directory.</li>

        <li>Copy <code>CapSense.cpp</code> and <code>CapSense.h</code> from the unzipped CapSense
        download to the <code>CapSense</code> directory.</li>