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
Fork of circle_war_ver_A_NUCLEO by
main.cpp
- Committer:
- username16248
- Date:
- 2016-04-01
- Revision:
- 6:bb86e2999be0
- Parent:
- 5:df89be97e11a
- Child:
- 7:4f5cd0051db0
File content as of revision 6:bb86e2999be0:
#include "mbed.h"
#include "pin_file.h"
#include "spi_nucleo.h"
#include "transfer.h"
#include <string.h>
int main(){
void transfer();
while(pushed_number==0){
}
while(pushed_number==1){
}
}
