Gregg
c5a0f061ce
Removed #include "extras/PwmPin.h" from all Tutorial Examples
...
Since PwmPin.h is already included in HomeSpan.h, there is no reason to separately include it in user sketches.
2024-02-08 07:39:03 -06:00
Gregg
f466e12c7a
some cleanup of LedPin comments in examples
...
Removed old references to "channels" which should have been deleted many versions ago
2023-04-01 12:16:15 -05:00
Gregg
f4698b8d59
Updated comments in Example 15 - RealPushButtons
...
Added description of different triggerTypes and the use of custom functions
2022-08-20 07:37:56 -05:00
Gregg
451a2885b1
Changed PwmPin to LedPin in all Tutorial Examples
...
Greatly simplifies use interface. No need to specify or save channels. And no need to even save pin number since that can be found using LedPin->getPin() method whenever needed.
2021-03-21 09:54:57 -05:00
Gregg
53268127be
Updated Examples to use `setRange()` instead of `new SpanRange()`
...
setRange() is preferred method. SpanRange() is legacy only
2021-03-07 17:39:42 -06:00
Gregg
5468f8e89e
Set architecture=esp32 in library.properties.
...
Also fixed some comments in Example 15.
2020-11-27 23:21:43 -06:00
Gregg
c153824b95
Updated SpanButton Examples
...
And re-worked the logic in Example 15 to make full use of DOUBLE press functionality. To Do: Add commentary to Example 16.
2020-11-01 15:22:16 -06:00
Gregg
22962ebfe3
Moved Zephyr into a standalone repository; Re-organized tutorials
...
Zephyr3, the latest version, was moved into its own repo and renamed ZephyrVentHood.
Deleted Zephyr1, Zephyr2, and Zephyr3, which are no longer needed.
Flattened folder structure for Examples and placed them all in top-level directory
2020-10-04 11:00:08 -05:00