lknds

Dependencies:   mbed TrapezoidControl Pulse 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