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:
- panzhan
- Date:
- 2020-11-10
- Revision:
- 0:d80c66cb1b3a
- Child:
- 4:2503c88a564f
File content as of revision 0:d80c66cb1b3a:
#ifndef _MODE_H
#define _MODE_H
#include "mbed.h"
void Zero(CANMessage * msg);
void EnterMotorMode(CANMessage * msg);
void ExitMotorMode(CANMessage * msg);
#endif