summaryrefslogtreecommitdiff
path: root/src/attiny/ao_arch.h
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2017-12-21 19:07:13 -0700
committerBdale Garbee <bdale@gag.com>2017-12-21 19:07:13 -0700
commit456c27a7ed26e4edde02aa0a0b8ef4f46f1ea464 (patch)
tree7c259a612e315ac439c2d6ac87e08f6c67b68485 /src/attiny/ao_arch.h
parentfe2fe0f4b8382d7e0a5eceaeccced28ef004dab8 (diff)
parent16a9d8617b2d2092d166a85ada4349601afb0dce (diff)
Merge branch 'branch-1.8' into debian
Diffstat (limited to 'src/attiny/ao_arch.h')
-rw-r--r--src/attiny/ao_arch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/attiny/ao_arch.h b/src/attiny/ao_arch.h
index 3a34f417..68f5702d 100644
--- a/src/attiny/ao_arch.h
+++ b/src/attiny/ao_arch.h
@@ -85,4 +85,7 @@ ao_eeprom_read(uint16_t addr, void *buf, uint16_t len);
void
ao_eeprom_write(uint16_t addr, void *buf, uint16_t len);
+uint16_t
+ao_adc_read(uint8_t mux);
+
#endif /* _AO_ARCH_H_ */