mirror of
https://github.com/google/pebble.git
synced 2025-06-02 08:23:10 +00:00
fw: drivers: add AS7000 HRM driver code/demo app
This commit is contained in:
parent
f19ace2e3c
commit
5b5d49cb49
15 changed files with 1809 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue