summaryrefslogtreecommitdiff
path: root/irmpextlog.h
diff options
context:
space:
mode:
authorukw2012-02-16 10:43:15 +0000
committerukw2012-02-16 10:43:15 +0000
commit6c3c57e6ed1d614a5ffec4747e271eb9e7aa8a68 (patch)
tree432a7d0236ba648cb43e5eda01da0890c80bccfd /irmpextlog.h
parent6ab7d63ce8432cc5a6fb9fe36d86fb1f01ffeccc (diff)
downloadirmp-6c3c57e6ed1d614a5ffec4747e271eb9e7aa8a68.zip
Version 2.1.0: port to PIC C18 compiler, added external logging
git-svn-id: svn://mikrocontroller.net/irmp@87 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmpextlog.h')
-rw-r--r--irmpextlog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/irmpextlog.h b/irmpextlog.h
new file mode 100644
index 0000000..efbea47
--- /dev/null
+++ b/irmpextlog.h
@@ -0,0 +1,7 @@
+#ifndef _IRMPEXTLOG_H
+#define _IRMPEXTLOG_H
+
+void initextlog (void);
+void sendextlog (unsigned char);
+
+#endif