aboutsummaryrefslogtreecommitdiff
path: root/sam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sam.h')
-rw-r--r--sam.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/sam.h b/sam.h
new file mode 100644
index 0000000..4379978
--- /dev/null
+++ b/sam.h
@@ -0,0 +1,12 @@
+// sam.h
+//
+// 20060811 Markku Alén
+
+#ifndef __SAM_H__
+#define __SAM_H__ 1
+
+void sam_init(void);
+void sam_say(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
+
+#endif
+