FPointer - A callback system that allows for 32bit unsigned ints to be passed to and from the callback.

Dependents:   FYPFinalProgram FYPFinalizeProgram KEYS SaveKeypad ... more

Revision:
1:d7803001a259
Parent:
0:fcfb13f40846
Child:
2:56e309e76c19
diff -r fcfb13f40846 -r d7803001a259 ChangeLog.h
--- a/ChangeLog.h	Tue Jan 18 17:31:19 2011 +0000
+++ b/ChangeLog.h	Tue Jan 18 22:40:19 2011 +0000
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2010 Andy Kirkham
+    Copyright (c) 2011 Andy Kirkham
  
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to deal
@@ -19,6 +19,12 @@
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     THE SOFTWARE.
 
+    1.1     18/Jan/2011
+            Fixed the date in the copyright.
+            Fixed some typos.
+            Added the uint32_t call(void); method to allow simple calling the
+            calback without passing an argument. The callback function itself
+            still has to have a prototype uint32_t callback(uint32_t).
 
     1.0     18/Jan/2011
             Initial release