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: MPU6050_SIM5320_TEST
Fork of MPU_SDCARD by
Moving.cpp
00001 #include <Moving.h> 00002 #include <Events.h> 00003 #include <Fsm.h> 00004 00005 Moving::Moving(FsmStates& states, Timer& timer): State(states,timer) {} 00006 00007 State* Moving::handle(Stop& event) 00008 { 00009 printf("Odoh u ********************************** STACIONARY STATE\r\n"); 00010 return states_.stacionaryState(); 00011 } 00012 00013 00014
Generated on Tue Jul 12 2022 19:25:17 by
1.7.2
