module documentation

BLE Beacon - Simple beacon broadcaster

Function run Run the app and update the display.
Function start Start the Beacon app and begin broadcasting.
Function stop Stop the app and stop broadcasting.
Variable _beacon_count Undocumented
Variable _bluetooth Undocumented
Variable _broadcasting Undocumented
Variable _last_update Undocumented
def run(view_manager):

Run the app and update the display.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
def start(view_manager) -> bool:

Start the Beacon app and begin broadcasting.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
Returns
boolTrue if broadcasting started, False on failure.
def stop(view_manager):

Stop the app and stop broadcasting.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
_beacon_count: int =

Undocumented

_bluetooth =

Undocumented

_broadcasting: bool =

Undocumented

_last_update: int =

Undocumented