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:
- kishibekairohan
- Date:
- 2018-10-04
- Revision:
- 9:f93fc79a49ea
- Parent:
- 4:ba9df71868df
- Child:
- 11:028a150943b5
File content as of revision 9:f93fc79a49ea:
#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 BUZZER_PIN PA_15 #define ROTATE_PER_REVOLUTIONS 50 #endif