Alisa Allaire
/
4180L1_P1ASM
s
main.cpp@0:208fc50f22f9, 2018-01-18 (annotated)
- Committer:
- aallaire3
- Date:
- Thu Jan 18 18:13:24 2018 +0000
- Revision:
- 0:208fc50f22f9
shshss
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
aallaire3 | 0:208fc50f22f9 | 1 | #include "mbed.h" |
aallaire3 | 0:208fc50f22f9 | 2 | |
aallaire3 | 0:208fc50f22f9 | 3 | extern "C" int my_asm(); |
aallaire3 | 0:208fc50f22f9 | 4 | |
aallaire3 | 0:208fc50f22f9 | 5 | int main() { |
aallaire3 | 0:208fc50f22f9 | 6 | |
aallaire3 | 0:208fc50f22f9 | 7 | while(1) { |
aallaire3 | 0:208fc50f22f9 | 8 | my_asm(); |
aallaire3 | 0:208fc50f22f9 | 9 | } |
aallaire3 | 0:208fc50f22f9 | 10 | } |