Lines Matching refs:write
18 and extended with write support and info on more databanks, the write support
62 The number of bytes is fixed for a given bank, you should always read or write
74 Notice that some banks have both a read and a write address this is how the
75 uGuru determines if a read from or a write to the bank is taking place, thus
77 write address. The write address is always one (1) more than the read address.
83 Before you can read from or write to the uGuru you must first put the uGuru
86 To put the uGuru in ready mode first write 0x00 to DATA and then wait for DATA
105 Next write the bank address to DATA. After the bank address has been written
109 Once DATA holds 0x08 again write the sensor address to CMD.
125 ready mode, so that it is ready for the next read / write cycle. This way
135 Then for each byte of data you want to write wait for DATA to hold 0x00
137 once DATA holds 0x00 write the byte to CMD.
144 After completing a successful write it is advised to put the uGuru back in
145 ready mode, so that it is ready for the next read / write cycle. This way
312 the read/write cycle for the non sensor part is different from the sensor part.