Update NOW.md

This commit is contained in:
HomeSpan 2022-10-09 17:34:52 -05:00 committed by GitHub
parent ba0496dd8e
commit 46b51411f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ In a typical setup, a "Main" ESP32 device runs a complete HomeSpan sketch, where
Most importantly, because ESP-NOW does not require always-on WiFi connectivity, it draws very little power. This means you can operate Remote devices with a battery instead of wall-power, which makes them much easier to place in remote locations (such as outdoors).
## *LedPin(uint8_t pin [,float level [,uint16_t frequency]])*
## *SpanPoint(const char \*macAddress, int sendSize, int receiveSize, int queueDepth=1)*
Creating an instance of this **class** configures the specified *pin* to output a PWM signal suitable for a controlling dimmable LED. Arguments, along with their defaults if left unspecified, are as follows: