ECG_ADS1198
Dependencies: ADSlib mbed SDFileSystem
This was created for an internship project at IIT hyderabad.
main.cpp@0:194165295aac, 2015-04-02 (annotated)
- Committer:
- joelbandi
- Date:
- Thu Apr 02 13:17:52 2015 +0000
- Revision:
- 0:194165295aac
- Child:
- 1:65a219536d66
ECG_ADS1198
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
joelbandi | 0:194165295aac | 1 | #include "mbed.h" |
joelbandi | 0:194165295aac | 2 | #include "ADSlib.h" |
joelbandi | 0:194165295aac | 3 | |
joelbandi | 0:194165295aac | 4 | |
joelbandi | 0:194165295aac | 5 | |
joelbandi | 0:194165295aac | 6 | int main(){ |
joelbandi | 0:194165295aac | 7 | while(true){ |
joelbandi | 0:194165295aac | 8 | |
joelbandi | 0:194165295aac | 9 | } |
joelbandi | 0:194165295aac | 10 | |
joelbandi | 0:194165295aac | 11 | } |
joelbandi | 0:194165295aac | 12 | |
joelbandi | 0:194165295aac | 13 | |
joelbandi | 0:194165295aac | 14 |