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