HomeSpan/examples
Gregg b8d4940772 Removed use of LED_BUILTIN in library and all examples
LED_BUILTIN is NOT defined for all ESP32 boards - some do not have a built-in LED!  Instead, Status LED now defaults to Pin 13, as opposed to LED_BUILTIN.  Also, added a new method, homeSpan.getStatusPin(), to return the pin number used for the Status LED, whether or not it remains the default (13) or is changed by user with homeSpan.setStatusPin(pin).  This method is now used in the DEV_Identify.h file for each example, instead of using LED_BUILTIN (which otherwise won't compile for boards without a built-in LED)
2021-01-09 12:51:35 -06:00
..
01-SimpleLightBulb Update 01-SimpleLightBulb.ino 2020-12-27 12:58:00 -06:00
02-TwoSimpleLightBulbs Updating docs 2020-11-14 16:13:37 -06:00
03-CeilingFanWithLight Added License Info to all files 2020-11-02 20:09:09 -06:00
04-AdvancedCeilingFan Added License Info to all files 2020-11-02 20:09:09 -06:00
05-WorkingLED Added License Info to all files 2020-11-02 20:09:09 -06:00
06-DimmableLED Update 06-DimmableLED.ino 2020-11-21 22:24:05 -06:00
07-IdentifyRoutines Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00
08-Bridges Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00
09-MessageLogging Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00
10-RGB_LED Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00
11-ServiceOptions Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00
12-ServiceLoops Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00
13-TargetStates Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00
14-EmulatedPushButtons Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00
15-RealPushButtons Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00
16-ProgrammableSwitches Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00