DS1302 updated class
jmspaggi
Posts: 629
Hi there,
Here is an update version of DS1302 class.
Changes:
- Adding readTimeDate(int[noparse]/noparse) to reuse an existing int array instead of creating a new one;
- Adding incValue(int) to increment one field only;
- Adding decValue(int) to decrement one field only.
Also attached a DS1620DC16 class. This is a DS1620 drived by a DC16 for the RST pin.
Enjoy.
JM
Message Edité (jmspaggi) : 2/15/2010 9:45:36 PM GMT
Here is an update version of DS1302 class.
Changes:
- Adding readTimeDate(int[noparse]/noparse) to reuse an existing int array instead of creating a new one;
- Adding incValue(int) to increment one field only;
- Adding decValue(int) to decrement one field only.
Also attached a DS1620DC16 class. This is a DS1620 drived by a DC16 for the RST pin.
Enjoy.
JM
Message Edité (jmspaggi) : 2/15/2010 9:45:36 PM GMT
java
22K
Comments
Here is a corrected version.
JM