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.
Direction.h
00001 #ifndef _DIRECTION_H 00002 #define _DIRECTION_H 00003 00004 #include "mbed.h" 00005 #include "Serie.h" 00006 00007 00008 #define DIR_PERIOD 0.014286f 00009 00010 extern PwmOut direction; 00011 00012 void initDirection(); 00013 void setDirection(int dir); 00014 void testDirection(); 00015 00016 #endif
Generated on Wed Jul 13 2022 20:35:19 by
1.7.2