HomeSpan/src
Gregg c290c8637e Added homeSpan.start() method as alternative to homeSpan.poll()
Rather than call homeSpan.poll() in the main Arduino loop() function, you can instead call homeSpan.start() at the end of the set-up function.  This keeps the main Arduino loop() function free for user-defined code that will not block, and does not get blocked by, homeSpan.poll().

If using a dual-core processor, polling now occurs on core 0, instead of the core 1 (where all other Arduino stuff normally runs).

HomeSpan will throw a fatal error and halt processing if both homeSpan.poll() and homeSpan.start() are used in the same sketch.
2022-04-23 07:22:45 -05:00
..
extras Updated License Dates 2022-02-20 13:05:03 -06:00
Characteristics.h Updated License Dates 2022-02-20 13:05:03 -06:00
FeatherPins.h Create FeatherPins.h 2022-02-21 15:08:19 -06:00
HAP.cpp Started work on auto-enabling OTA to start even if not enabled. 2022-03-13 10:19:11 -05:00
HAP.h Started work on auto-enabling OTA to start even if not enabled. 2022-03-13 10:19:11 -05:00
HAPConstants.h Updated License Dates 2022-02-20 13:05:03 -06:00
HKDF.cpp Updated License Dates 2022-02-20 13:05:03 -06:00
HKDF.h Updated License Dates 2022-02-20 13:05:03 -06:00
HapQR.h Updated License Dates 2022-02-20 13:05:03 -06:00
HomeSpan.cpp Added homeSpan.start() method as alternative to homeSpan.poll() 2022-04-23 07:22:45 -05:00
HomeSpan.h Added homeSpan.start() method as alternative to homeSpan.poll() 2022-04-23 07:22:45 -05:00
Network.cpp Updated License Dates 2022-02-20 13:05:03 -06:00
Network.h Updated License Dates 2022-02-20 13:05:03 -06:00
SRP.cpp Updated License Dates 2022-02-20 13:05:03 -06:00
SRP.h Updated License Dates 2022-02-20 13:05:03 -06:00
Settings.h Updating examples 1-7 to conform with latest iOS changes 2022-04-04 06:13:30 -05:00
Span.h Updated "Other Examples" and added SPAN_ACCESSORY() Macro 2022-04-16 15:21:13 -05:00
TLV.h Updated License Dates 2022-02-20 13:05:03 -06:00
Utils.cpp Updated License Dates 2022-02-20 13:05:03 -06:00
Utils.h Updated License Dates 2022-02-20 13:05:03 -06:00
src.ino Update src.ino 2022-03-14 22:14:59 -05:00