fw: drivers: add AS7000 HRM driver code/demo app

This commit is contained in:
Liam McLoughlin 2025-02-13 11:40:38 +00:00
parent f19ace2e3c
commit 5b5d49cb49
15 changed files with 1809 additions and 6 deletions

View file

@ -491,6 +491,7 @@ typedef enum {
RESOURCE_ID_STORED_APP_GOLF = 464,
RESOURCE_ID_BT_BOOT_IMAGE = 465,
RESOURCE_ID_BT_FW_IMAGE = 466,
RESOURCE_ID_AS7000_FW_IMAGE = 467,
RESOURCE_ID_TIMEZONE_DATABASE = 468,
RESOURCE_ID_ACTION_BAR_ICON_CHECK = 469,
RESOURCE_ID_GENERIC_WARNING_LARGE = 470,

View file

@ -490,6 +490,7 @@ typedef enum {
RESOURCE_ID_STORED_APP_GOLF = 463,
RESOURCE_ID_BT_BOOT_IMAGE = 464,
RESOURCE_ID_BT_FW_IMAGE = 465,
RESOURCE_ID_AS7000_FW_IMAGE = 466,
RESOURCE_ID_TIMEZONE_DATABASE = 467,
RESOURCE_ID_FONT_FALLBACK_INTERNAL = 468,
RESOURCE_ID_ARROW_DOWN = 469,