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
Diff: Interface/Interface.cpp
- Revision:
- 20:a36ab1560e73
- Parent:
- 19:5083339b55e8
- Child:
- 22:cded0cd8e1c9
--- a/Interface/Interface.cpp Thu May 21 17:07:46 2020 +0000 +++ b/Interface/Interface.cpp Fri May 22 03:54:22 2020 +0000 @@ -1,7 +1,7 @@ #include "Interface.h" State fsm_5[5] = { - {0,{2,1}}, + {0,{4,1}}, {1,{0,2}}, {2,{1,3}}, {3,{2,4}},