ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot_Team by ECE4333 - 2018 - Ahmed & Brandon

ExternalInterruptThread.h

Committer:
asobhy
Date:
2018-02-01
Revision:
0:a355e511bc5d
Child:
8:a0890fa79084

File content as of revision 0:a355e511bc5d:

#ifndef EXTERNAL_INT_H
#define EXTERNAL_INT_H

#include "mbed.h"

void ExternalInterruptThreadInit();

#endif