Grenade Drone Controller

Dependencies:   mbed

Revision:
0:4194aba3f887
diff -r 000000000000 -r 4194aba3f887 Functions/Functions.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Functions/Functions.h	Mon Jul 16 06:49:15 2018 +0000
@@ -0,0 +1,8 @@
+#ifndef FUNCTIONS_H
+#define FUNCTIONS_H
+
+extern void RcvProc();
+extern void SndPWM();
+extern void InitPWM();
+
+#endif
\ No newline at end of file