Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
main.cpp@1:86d25c1c4bd5, 2016-03-25 (annotated)
- Committer:
- baba2357
- Date:
- Fri Mar 25 03:08:41 2016 +0000
- Revision:
- 1:86d25c1c4bd5
- Parent:
- 0:fad5ae05b576
- Child:
- 2:bed6b204e64c
??????
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
baba2357 | 1:86d25c1c4bd5 | 1 | #include "mbed.h" |
baba2357 | 1:86d25c1c4bd5 | 2 | #include "pin_file.h" |
baba2357 | 1:86d25c1c4bd5 | 3 | #include "spi_nucleo.h" |
baba2357 | 1:86d25c1c4bd5 | 4 | #include "transfer.h" |
baba2357 | 1:86d25c1c4bd5 | 5 | #include "" |
baba2357 | 1:86d25c1c4bd5 | 6 | #include "" |
baba2357 | 1:86d25c1c4bd5 | 7 | |
baba2357 | 1:86d25c1c4bd5 | 8 | int main(){ |
baba2357 | 1:86d25c1c4bd5 | 9 | void transfer(); |
baba2357 | 1:86d25c1c4bd5 | 10 | while(pushed_number==0){ |
baba2357 | 1:86d25c1c4bd5 | 11 | |
baba2357 | 1:86d25c1c4bd5 | 12 | } |
baba2357 | 1:86d25c1c4bd5 | 13 | while(pushed_number==1){ |
baba2357 | 1:86d25c1c4bd5 | 14 | } |
baba2357 | 1:86d25c1c4bd5 | 15 | |
baba2357 | 1:86d25c1c4bd5 | 16 | } |
baba2357 | 1:86d25c1c4bd5 | 17 |