Moved "new SpanEvent" into DEV_Sensors.h and verified it works fine.
to use for development of multi-characteristic checkEvents()
creating code to allow for multiple characteristics to be updated within event() call. To Do: define anogther sensor that supports multiple characteristics. also need to check that "new SpanEvent" works as expected from within a defined service.
Created checkEvents(), which is a simplified (better) version of checkTimedResets(). To do: re-write checkTimedResets() to mimic checkEvents();