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 TrapezoidControl QEI
System/Process/Process.h
- Committer:
- 7ka884
- Date:
- 2018-10-01
- Revision:
- 4:ba9df71868df
- Parent:
- 0:669ef71cba68
- Child:
- 9:f93fc79a49ea
File content as of revision 4:ba9df71868df:
#ifndef PROCESS_H_ #define PROCESS_H_ #include "mbed.h" void SystemProcess(); /* #define ROLLER_LF motor[ROLLER_LF_NUM] #define ROLLER_LL motor[ROLLER_LL_NUM] */ #define ROTATE_PER_REVOLUTIONS 500 #endif