IUT CACHAN
/
RobotMobileTest
TP
Revision 1:0f3f2cb89f97, committed 2021-01-27
- Comitter:
- iut_cachan01
- Date:
- Wed Jan 27 14:19:23 2021 +0000
- Parent:
- 0:b8bc03c2a5f8
- Commit message:
- Version mbed 94 pour avoir la documentation
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r b8bc03c2a5f8 -r 0f3f2cb89f97 main.cpp --- a/main.cpp Tue Mar 14 22:11:19 2017 +0000 +++ b/main.cpp Wed Jan 27 14:19:23 2021 +0000 @@ -6,9 +6,9 @@ DigitalOut led3(LED3); DigitalOut led4(LED4); -DigitalIn bp0(p11); +DigitalIn bp0(p13); DigitalIn bp1(p12); -DigitalIn bp2(p13); +DigitalIn bp2(p11); TextLCD lcd(p14, p19, p24, p23, p22, p21);
diff -r b8bc03c2a5f8 -r 0f3f2cb89f97 mbed.bld --- a/mbed.bld Tue Mar 14 22:11:19 2017 +0000 +++ b/mbed.bld Wed Jan 27 14:19:23 2021 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/e1686b8d5b90 \ No newline at end of file +https://os.mbed.com/users/mbed_official/code/mbed/builds/9ad691361fac \ No newline at end of file