ds1307_how_to_access_ram

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ds1307_how_to_access_ram [2011/09/12 21:44] tomgeeds1307_how_to_access_ram [2011/09/12 21:44] (current) tomgee
Line 18: Line 18:
      Wire.requestFrom(DS1307_ADDRESS, 4);      Wire.requestFrom(DS1307_ADDRESS, 4);
  
-This will put the 4 bytes into the receive buffer. To fetch the bytes:+The above line will put the 4 bytes into the receive buffer. To fetch the bytes:
  
      while(Wire.available())    // slave may send less than requested      while(Wire.available())    // slave may send less than requested
ds1307_how_to_access_ram.1315878248.txt.gz · Last modified: 2011/09/12 21:44 by tomgee