From ac14c0111ed98116e8a90cd081ff4c2d46e4ff54 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 10 Nov 2005 02:53:58 +0000 Subject: [PATCH] bigger loop --- detpic/i2clib.inc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/detpic/i2clib.inc b/detpic/i2clib.inc index a739367..8feda28 100644 --- a/detpic/i2clib.inc +++ b/detpic/i2clib.inc @@ -108,18 +108,18 @@ extern i2cm_interrupt ; ; [Not-in-use] ; | -; |init -; v -; [Idle]<-----------------------. -; write_begin/ \ | -; / \read_begin | -; V V | -; ,->[Receiving] [Transmitting]<-. | -; `-----' | | `------' | -; write_another | | read_another | -; | read_done| | -; write_done| \ | - `--------------+->--------------' +; |init +; v +; [Idle]<-------------------------. +; write_begin/ \ | +; / \read_begin | +; V V | +; ,->[Receiving] [Transmitting]<-. | +; `-----' | | `------' | +; write_another | | read_another | +; | read_done| | +; write_done| \ | + `--------------+->----------------' ;======================================== ; SLAVE - WRITES (ie, reception of data from the master) -- 2.30.2