Grenade Drone Controller

Dependencies:   mbed

Functions/Functions.h

Committer:
halusis
Date:
2018-08-20
Revision:
1:903bcc4d9628
Parent:
0:4194aba3f887

File content as of revision 1:903bcc4d9628:

#ifndef FUNCTIONS_H
#define FUNCTIONS_H

extern void RcvProc();
extern void SndPWM();
extern void InitPWM();

#endif