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
d20df43a58
Eliminated HAP Protocol Service and updated Examples 1-8
...
Experimentation reveals that the HAP Protocol Information Service no longer seems to be required by HomeKit. Examples work fine without it.
2022-04-08 17:46:33 -05:00
Gregg
98f812ba0c
Updating examples 1-7 to conform with latest iOS changes
2022-04-04 06:13:30 -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
2a7ae8cf78
Update 06-DimmableLED.ino
2020-11-21 22:24:05 -06:00
Gregg
b6c5a6b68d
Added License Info to all files
2020-11-02 20:09:09 -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