Skip to content

Commit

Permalink
update moddable one and moddable two docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lprader committed Sep 15, 2020
1 parent d5ecb13 commit 54d8e94
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
Binary file modified documentation/assets/devices/moddable-one-pinout.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/assets/devices/moddable-two-pinout.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion documentation/devices/moddable-one.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Getting Started with Moddable One

Copyright 2019-2020 Moddable Tech, Inc.<BR>
Revised: February 27, 2020
Revised: September 14, 2020

This document describes how to start building Moddable applications for Moddable One. It provides information on how to configure the host build environment and how to build and deploy apps. It also provides information about development resources, including a summary of the examples available in this repository that run on Moddable One.

Expand Down Expand Up @@ -36,6 +36,19 @@ The two main components of Moddable One are the ESP8266 module and capacitive to

<img src="../assets/devices/moddable-one-pinout.png">


#### Touch panel

The touch panel uses pins 4 and 5 to connect to the I<sup>2</sup>C bus. You cannot use these pins as GPIO if your app uses the touch panel.

You can use other I<sup>2</sup>C sensors even if your app uses the touch panel as long as they don't use the same address. The touch panel uses address 0x38 (7-bit address).

#### Display

The display uses pins 13 and 14 to connect to the SPI bus. You cannot use these pins as GPIO if your app uses the display.

You can use other SPI sensors even if your app uses the display.

<a id="setup"></a>
## SDK and Host Environment Setup

Expand Down
14 changes: 13 additions & 1 deletion documentation/devices/moddable-two.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Getting Started with Moddable Two

Copyright 2019-2020 Moddable Tech, Inc.<BR>
Revised: August 25, 2020
Revised: September 14, 2020

This document describes how to start building Moddable applications for Moddable Two. It provides information on how to configure the host build environment and how to build and deploy apps. It also provides information about development resources, including a summary of the examples available in this repository that run on Moddable Two.

Expand Down Expand Up @@ -38,6 +38,18 @@ The two main components of Moddable Two are the ESP32 module and capacitive touc

<img src="../assets/devices/moddable-two-pinout.png">

#### Touch panel

The touch panel uses pins 21 and 22 to connect to the I<sup>2</sup>C bus. You cannot use these pins as GPIO if your app uses the touch panel.

You can use other I<sup>2</sup>C sensors even if your app uses the touch panel as long as they don't use the same address. The touch panel uses address 0x38 (7-bit address).

#### Display

The display uses pins 13 and 14 to connect to the SPI bus. You cannot use these pins as GPIO if your app uses the display.

You can use other SPI sensors even if your app uses the display.

<a id="pin-info"></a>
### Pin Information

Expand Down

0 comments on commit 54d8e94

Please sign in to comment.