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.
actiondrv.h
00001 #include "mbed.h" 00002 00003 class actionDrv 00004 { 00005 public: 00006 actionDrv(int _id); 00007 void SetOperationalMode(); 00008 void Enable(); 00009 void Configvelocity(int acc, int dec); 00010 void SetVelocity(int vel); 00011 void SetVelocity_mod(int vel); //added 00012 void send(char* msg); 00013 void send_mod(char* msg); //added 00014 void stop(); 00015 int id, SDOid; 00016 00017 };
Generated on Thu Jul 14 2022 02:45:53 by
1.7.2