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: mcp2515 mbed-dev-f303
MODE/mode.h
- Committer:
- yezhong
- Date:
- 2022-03-22
- Revision:
- 7:1ab9699af5ae
- Parent:
- 4:2503c88a564f
File content as of revision 7:1ab9699af5ae:
#ifndef _MODE_H
#define _MODE_H
#include "mbed.h"
void Zero(CANMessage * msg);
void EnterMotorMode(CANMessage * msg);
void ExitMotorMode(CANMessage * msg);
void EnterSPEEDMode(CANMessage * msg);
void EnterPositionMode(CANMessage * msg);
#endif