mirror of
https://github.com/google/pebble.git
synced 2025-11-14 03:22:48 -05:00
fw: drivers: add AS7000 HRM driver code/demo app
This commit is contained in:
@@ -140,7 +140,12 @@ def has_touch(ctx):
|
||||
|
||||
@conf
|
||||
def get_hrm(ctx):
|
||||
return None
|
||||
if is_robert(ctx):
|
||||
return "AS7000"
|
||||
elif is_silk(ctx):
|
||||
return "AS7000"
|
||||
else:
|
||||
return None
|
||||
|
||||
|
||||
@conf
|
||||
|
||||
Reference in New Issue
Block a user