diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-08 17:42:18 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-04-09 00:30:36 -0700 |
| commit | 08eb1e3e1abb1aa4f5ea92b781a2ff8f480006c5 (patch) | |
| tree | f512842c869e77bee53018e099a7e2dddf9e4245 /src/telebt-v1.0/ao_telebt.c | |
| parent | 6ba0df9b440b69bf5bc5f4e435b431adf303fee2 (diff) | |
altos: Monitor battery voltage on telebt
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telebt-v1.0/ao_telebt.c')
| -rw-r--r-- | src/telebt-v1.0/ao_telebt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telebt-v1.0/ao_telebt.c b/src/telebt-v1.0/ao_telebt.c index 89434e7e..4a50a9d4 100644 --- a/src/telebt-v1.0/ao_telebt.c +++ b/src/telebt-v1.0/ao_telebt.c @@ -31,6 +31,7 @@ main(void) ao_monitor_init(); ao_radio_init(); ao_packet_master_init(); + ao_adc_init(); ao_btm_init(); #if HAS_DBG ao_dbg_init(); |
