Document pin 2 on boot.

This commit is contained in:
Brad Nelson
2021-02-23 20:49:19 -08:00
parent e00c2643ba
commit 4fe4ff695e

View File

@ -67,12 +67,17 @@ Choose these options under Tools.
</p> </p>
<h2>Use</h2> <h2>Use</h2>
<p> <p>
Initially ESP32forth can be interacted with over a serial port (over USB). Initially ESP32forth can be interacted with over a serial port (over USB).
You can do this from the Arduino IDE's Serial Monitor option. You can do this from the Arduino IDE's Serial Monitor option.
Be sure to config the serial port to: <code>baud rate = 115200, data bits = 8, stop bits = 1, and parity = N</code>. Be sure to config the serial port to: <code>baud rate = 115200, data bits = 8, stop bits = 1, and parity = N</code>.
</p> </p>
<p>
On boot, ESP32forth configures PIN 2 (typically an LED) to be an output and brings it HIGH (lighting the LED after boot).
</p>
<h2>ESP32forth Features</h2> <h2>ESP32forth Features</h2>
<h3>ESP32forth Specific Words</h3> <h3>ESP32forth Specific Words</h3>