* Add current progress of the project. The code compiles and should be able to execu...
[matthijs/projects/montium-fft.git] / main.cpp
1 /*\r
2 int main() {\r
3   init();\r
4   pre_run();\r
5   update_gpi();\r
6   run();\r
7   post_run();\r
8   return 0;\r
9 }(*/\r
10 #include "FFT.h"\r
11 \r
12 int main(int argc, char* argv[]) {\r
13         //CCU ccu;\r
14         //FileInputStream input(ccu, SI3, "input/input.bin");\r
15         //FileOutputStream output(ccu, SO3, "output_exe/output.bin");\r
16         //FFT fft(ccu);\r
17         init();\r
18         pre_run();\r
19     set_gpi(0, 1);\r
20         run();\r
21         post_run();\r
22         return 0;\r
23 }\r
24 \r