From 44b0a878ec6ef2715c5ac4258ef024d922943591 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Tue, 20 Jun 2023 21:45:23 -0500 Subject: [PATCH] Update Stepper.md --- docs/Stepper.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Stepper.md b/docs/Stepper.md index dbe73ff..18874a3 100644 --- a/docs/Stepper.md +++ b/docs/Stepper.md @@ -1,5 +1,7 @@ # Stepper Motor Control +HomeSpan includes dedicated classes that provide integrated control of popular stepper motor driver boards. These classes spawn dedicated background tasks for each stepper motor allowing parallel background...background allow for the simultaneous operation of one or more stepper motors in the background without blocking HomeSpan's normal operation. + The ESP32 has an on-chip signal-generator peripheral designed to drive an RF or IR transmitter. HomeSpan includes an easy-to-use library that interfaces with this peripheral so that with a few additional electronic components you can create a HomeSpan device that controls an RF or IR appliance directly from the Home App on your iPhone, or via Siri. The library is accessed by placing the following near the top of your sketch: `#include "extras/RFControl.h"`