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: mbed-dev-f303 FastPWM3
Config/motor_config.h
- Committer:
- benkatz
- Date:
- 2017-03-02
- Revision:
- 20:bf9ea5125d52
- Child:
- 22:60276ba87ac6
File content as of revision 20:bf9ea5125d52:
#ifndef MOTOR_CONFIG_H
#define MOTOR_CONFIG_H
#define R_PHASE 0.1f
#define L_D 0.00003f
#define L_Q 0.00003f
#define R_TOTAL 1.5f*R_PHASE
#define NPP 21
#endif