summaryrefslogtreecommitdiffstats
path: root/function_tables.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-05-12 12:45:16 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-05-12 12:45:16 +0100
commit5a4a5e01f75e31b1a5210f7a6ce2642c62a685a4 (patch)
treebb85de17444159c84f8ee2e8190f933413a5bdd2 /function_tables.h
parentaa30a51f3e2d9120aa819c1bc8162793662ccf32 (diff)
downloadWaveGenerator-5a4a5e01f75e31b1a5210f7a6ce2642c62a685a4.tar.gz
WaveGenerator-5a4a5e01f75e31b1a5210f7a6ce2642c62a685a4.zip
Finished project
Diffstat (limited to 'function_tables.h')
-rw-r--r--function_tables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/function_tables.h b/function_tables.h
new file mode 100644
index 0000000..87b37a7
--- /dev/null
+++ b/function_tables.h
@@ -0,0 +1,2 @@
+int sine_table[16]={32768,45307,55937,63040,65535,63040,55937,45307,32767,20227,9597,2494,0,2494,9597,20227,};
+int triangle_table[16]={0,8191,16383,24575,32767,40959,49151,57343,65535,57343,49151,40959,32767,24575,16383,8191,};