Used & amended by D.Leaming, University of Lincoln, December 2021

Dependents:   Final_Project_V05_DLeaming_25574043_copy Final_Project_V06_DLeaming_25574043 Final_Project_V07_DLeaming_25574043 Final_Project_V08_DLeaming_25574043 ... more

Revision:
2:d95a4e13f6cf
Parent:
0:8818842a3573
Child:
3:1318dd22d0d7
diff -r 8818842a3573 -r d95a4e13f6cf TMP102.h
--- a/TMP102.h	Fri Feb 05 17:24:06 2016 +0000
+++ b/TMP102.h	Fri Dec 17 08:26:48 2021 +0000
@@ -1,3 +1,17 @@
+/* * Print String
+*
+* Prints a string of characters to the screen buffer, string is cut off after the 83rd  pixel.
+* @param x - the column number (0 to 83)
+* @param y - the row number (0-5) - the display is split into 6 banks - each bank can be considered a row
+* @author - David Leaming - 25574043
+* @ Date - December 2021
+*
+* Acknowledgements 
+* Craig A. Evans, University of Leeds, TMP102 Library ,Feb 2016
+* Dr Edmond Nurellari, University of Lincoln, Joystick & N5110 Libraries
+*
+*/ 
+
 // it is good practice to put a comment block on the top, with the name and details of the library
 // you can also include version numbers to keep track of changes/additions