PlayBack

Dependencies:   TPixy-Interface

Fork of ManualControlFinal by ECE4333 - 2018 - Ahmed & Brandon

PiControlThread.h

Committer:
asobhy
Date:
2018-03-11
Revision:
17:1184df616383
Parent:
15:cf67f83d5409
Child:
20:9118203f7c9c

File content as of revision 17:1184df616383:

/******************************************************************************/
// ECE4333
// LAB Partner 1:   Ahmed Sobhy - ID: 3594449
// LAB Partner 2:   Brandon Kingman - ID: 3470444
// Project:         Autonomous Robot Design
// Instructor:      Prof. Chris Diduch
/******************************************************************************/

#ifndef PERIODIC_INT_H
#define PERIODIC_INT_H

// overall robot required speed
extern int Setpoint;
extern Mutex mutexSetpoint;

extern osThreadId PiControlId;

void PiControlThreadInit(void);


#endif