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.
Fork of analoghalls5 by
includes.h
00001 #ifndef __INCLUDES_H 00002 #define __INCLUDES_H 00003 00004 #include "mbed.h" 00005 #include "math.h" 00006 00007 extern Serial *pc; 00008 extern float test_alpha; 00009 extern float test_beta; 00010 00011 extern float test_DtcA; 00012 extern float test_DtcB; 00013 extern float test_DtcC; 00014 00015 #endif
Generated on Fri Jul 15 2022 12:15:05 by
