interface for the temperature sensor chip adt7320, with sw SPI interface
Revision 4:ee71e7bca786, committed 2015-10-23
- Comitter:
- wbeaumont
- Date:
- Fri Oct 23 11:23:08 2015 +0000
- Parent:
- 3:49638acbc5d4
- Commit message:
- production version archiving
Changed in this revision
adt7320.cpp | Show annotated file Show diff for this revision Revisions of this file |
adt7320.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 49638acbc5d4 -r ee71e7bca786 adt7320.cpp --- a/adt7320.cpp Wed Oct 22 10:30:04 2014 +0000 +++ b/adt7320.cpp Fri Oct 23 11:23:08 2015 +0000 @@ -4,8 +4,8 @@ /* *************************************************** * class implementation to read the adt7320 temperature sensor via SPI * - * W. Beaumont - * (C) 2014 Universiteit Antwerpen + * + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 ************************************************** */
diff -r 49638acbc5d4 -r ee71e7bca786 adt7320.h --- a/adt7320.h Wed Oct 22 10:30:04 2014 +0000 +++ b/adt7320.h Fri Oct 23 11:23:08 2015 +0000 @@ -6,8 +6,7 @@ * * v1.20 implemented float temperature readout * - * W. Beaumont - * (C) 2014 Universiteit Antwerpen + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 */ #include "solid_sctrl_def.h"