HomeSpan/src
Gregg bc498c32e4 Created LedPin()
This is a replacement for PwmPin().   It keeps track of channel numbers internally, which greatly simplifies the user interface.  Starts by using the 8 Low Speed Timer channels and then moves to the 8 High Speed Timer channels if more than 8 LedPins are instantiated.  Throws a non-fatal error if more than 16 LedPins are instantiated, and ignores any attempts to set the duty cycle of those channels.
2021-03-20 17:14:19 -05:00
..
extras Created LedPin() 2021-03-20 17:14:19 -05:00
Characteristics.h Added min/max Range defaults for all Characteristics 2021-03-05 22:34:55 -06:00
HAP.cpp Completed OTA logic 2021-02-07 09:58:52 -06:00
HAP.h Completed OTA logic 2021-02-07 09:58:52 -06:00
HAPConstants.h Re-Factored SpanCharacteristic Constructor and Services.h 2021-02-28 10:49:17 -06:00
HKDF.cpp Updated licenses and version number 2021-01-24 12:02:24 -06:00
HKDF.h Updated licenses and version number 2021-01-24 12:02:24 -06:00
HapQR.h Created HapQR class in standalone HapQR.h file 2021-01-26 19:13:07 -06:00
HomeSpan.cpp Updated formatting of Accessory Database output to Serial Monitor 2021-03-10 22:44:59 -06:00
HomeSpan.h Updated formatting of Accessory Database output to Serial Monitor 2021-03-10 22:44:59 -06:00
Network.cpp Updated licenses and version number 2021-01-24 12:02:24 -06:00
Network.h Updated licenses and version number 2021-01-24 12:02:24 -06:00
SRP.cpp Fixed bug in pairing logic that would drop leading zeros when transmitting SALT 2021-02-06 16:29:55 -06:00
SRP.h Fixed bug in pairing logic that would drop leading zeros when transmitting SALT 2021-02-06 16:29:55 -06:00
Settings.h Set version number to 1.2.1 in preparation for release 2021-03-13 06:31:18 -06:00
Span.h Changed ERROR to WARNING when a required Characteristic is missing 2021-03-09 20:33:54 -06:00
TLV.h Fixed bug in pairing logic that would drop leading zeros when transmitting SALT 2021-02-06 16:29:55 -06:00
Utils.cpp Updated licenses and version number 2021-01-24 12:02:24 -06:00
Utils.h Updated licenses and version number 2021-01-24 12:02:24 -06:00
src.ino Updated formatting of Accessory Database output to Serial Monitor 2021-03-10 22:44:59 -06:00