diff options
| author | Keith Packard <keithp@keithp.com> | 2012-10-12 13:37:07 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-10-12 13:40:54 -0700 |
| commit | 7795d8309b3e1147bc37d31a0adde42d7dee6cd1 (patch) | |
| tree | 5f053828c572827f6d7dbac9c4469e8a7b77b4c6 /src/drivers/ao_ms5607.h | |
| parent | a07b8ba166e05e7d1722c59651ef00e9fb7580d5 (diff) | |
altos: Prepare ms5607 driver for use in non-tasking products
Micropeak doesn't have tasking, prepare the ms5607 driver for that
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_ms5607.h')
| -rw-r--r-- | src/drivers/ao_ms5607.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/ao_ms5607.h b/src/drivers/ao_ms5607.h index e9c364d9..5c31fd8b 100644 --- a/src/drivers/ao_ms5607.h +++ b/src/drivers/ao_ms5607.h @@ -57,6 +57,9 @@ struct ao_ms5607_value { }; void +ao_ms5607_setup(void); + +void ao_ms5607_init(void); void |
