From 81667e36c85e00d34d311256ac0222dd6225e711 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Mon, 18 Jul 2011 10:26:49 -0700 Subject: [PATCH] cherrypick from hc-mr2 Change-Id: I1f8d5d01c7f526c6ac47a1e1e5f3e43bff196989 Change-Id: Ibaa0c4bd277dbab1bc01861ebd2af16b3adf521e --- docs/html/guide/topics/usb/adk.jd | 63 +++++++++++++++++++------------ 1 file changed, 39 insertions(+), 24 deletions(-) diff --git a/docs/html/guide/topics/usb/adk.jd b/docs/html/guide/topics/usb/adk.jd index b5a3f300348da..463ec9c2015a3 100644 --- a/docs/html/guide/topics/usb/adk.jd +++ b/docs/html/guide/topics/usb/adk.jd @@ -59,7 +59,6 @@ page.title=Android Open Accessory Development Kit
  • ADK package
  • -

    See also

      @@ -70,22 +69,29 @@ page.title=Android Open Accessory Development Kit

      Where to buy

        + +
      1. + Arduino Store
      2. + +
      3. + DIY Drones
      4. + +
      5. + Microchip
      6. +
      7. Modern Device
      8. +
      9. + RT Corp
      10. +
      11. Seeed Studio
      12. -
      13. - RT Corp
      14. - -
      15. - Microchip
      16. - -
      17. - DIY Drones
      18. +
      19. + SparkFun
      @@ -114,22 +120,31 @@ page.title=Android Open Accessory Development Kit development boards:

      We expect more hardware distributers to create a variety of kits, so please stay tuned for @@ -140,7 +155,7 @@ page.title=Android Open Accessory Development Kit accessory that is based on the Arduino open source electronics prototyping platform, the accessory's hardware design files, code that implements the accessory's firmware, and the Android application that interacts with the accessory. The hardware - design files and firmware code are contained in the ADK package download.

      The main hardware and software components of the ADK include:

      @@ -347,7 +362,7 @@ page.title=Android Open Accessory Development Kit 2.3.4 devices that support accessory mode. This library is also forward compatible with Android 3.1 or newer devices that support accessory mode. If you only care about Android 3.1 or newer devices, all you need is API Level 12. For more information on deciding which API level to use, - see the USB Accessory + see the USB Accessory documentation.
    1. Click File > New > Project..., then select Android > @@ -885,4 +900,4 @@ int AndroidAccessory::write(void *buff, int len) {

      See the firmware/demokit/demokit.pde file for information about how the ADK board - reads and writes data.

      \ No newline at end of file + reads and writes data.