HomeSpan/examples/13-TargetStates
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
..
13-TargetStates.ino Added License Info to all files 2020-11-02 20:09:09 -06:00
DEV_DoorsWindows.h Moved Zephyr into a standalone repository; Re-organized tutorials 2020-10-04 11:00:08 -05:00
DEV_Identify.h Removed use of LED_BUILTIN in library and all examples 2021-01-09 12:51:35 -06:00