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
Diff: transfer.h
- Revision:
- 2:bed6b204e64c
- Parent:
- 1:86d25c1c4bd5
- Child:
- 8:554e3d643b2d
--- a/transfer.h Fri Mar 25 03:08:41 2016 +0000
+++ b/transfer.h Fri Mar 25 04:21:52 2016 +0000
@@ -8,8 +8,8 @@
#endif
void transfer(){
- push.mode(pullup);
- if(push.read()==0) pushed_number=!pushed_nuber;
+ push.mode(PullUp);
+ if(push.read()==0) pushed_number=!pushed_number;
}
