summaryrefslogtreecommitdiffhomepage
path: root/digital/ai/src/twi_master/twi_master.h
diff options
context:
space:
mode:
authorNicolas Schodet2012-05-11 00:45:08 +0200
committerNicolas Schodet2012-05-11 00:47:24 +0200
commit2f31f222f2d6e4bd7c3962cbaea9c061d0339c0d (patch)
tree709570c993cedd998e8e57f0d6bbbb66cb75b7c2 /digital/ai/src/twi_master/twi_master.h
parentfc29c40de5516d5b57e7d07f882655610b711fd2 (diff)
digital/ai/src/twi_master: add transient mode for short lived commands
Diffstat (limited to 'digital/ai/src/twi_master/twi_master.h')
-rw-r--r--digital/ai/src/twi_master/twi_master.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/digital/ai/src/twi_master/twi_master.h b/digital/ai/src/twi_master/twi_master.h
index 4908f471..f2f8dff7 100644
--- a/digital/ai/src/twi_master/twi_master.h
+++ b/digital/ai/src/twi_master/twi_master.h
@@ -88,4 +88,9 @@ twi_master_get_buffer (uint8_t slave);
void
twi_master_send_buffer (uint8_t length);
+/** Send previously got buffer without acknowledgement, can not be mixed with
+ * twi_master_send_buffer for a same slave! */
+void
+twi_master_send_transient_buffer (uint8_t length);
+
#endif /* twi_master_h */