Refactor AVR twi driver to supply twi_get; add ATMega32 support.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 5 Sep 2008 16:09:24 +0000 (16:09 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 5 Sep 2008 16:09:24 +0000 (16:09 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1791 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/drv/twi_avr.h

index daaaefb7cd75143accfe061696b0e7f332901f1d..1ff8929266401467cec1dc025f270fd8976e4e32 100644 (file)
@@ -63,6 +63,7 @@ bool twi_start_r(uint8_t id);
 void twi_stop(void);
 bool twi_put(const uint8_t data);
 bool twi_send(const void *_buf, size_t count);
+int twi_get(bool ack);
 bool twi_recv(void *_buf, size_t count);
 void twi_init(void);