Hello All,
I went to http://code.google.com/p/c5505-ezdsp/
to get the pulse ox demo code. It is difficult to find the main() function. Where is it located? I would assume it is in "src" folder.
Thanks,
Alex
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello All,
I went to http://code.google.com/p/c5505-ezdsp/
to get the pulse ox demo code. It is difficult to find the main() function. Where is it located? I would assume it is in "src" folder.
Thanks,
Alex
Hi Alex,
Did you find it?
void main(void) is on line 123 of the following file:
<path>\MDK_SpO2System_C55515EVM\SpO2_System_v5_1\src\SpO2_timer.c
Regards,
Mark