MBED Framework with communication to be tested

Dependencies:   mbed

Revision:
3:5995028595d2
Parent:
2:64443528f6bb
diff -r 64443528f6bb -r 5995028595d2 PROTOTYPES.h
--- a/PROTOTYPES.h	Sun Jul 16 18:43:28 2017 +0000
+++ b/PROTOTYPES.h	Sun Jul 23 20:26:04 2017 +0000
@@ -9,4 +9,5 @@
 void getlocations(double Upperlimit, double Lowerlimit,uint8_t *panel_locations);
 void sendlocations(uint8_t *panel_locations);
 uint8_t toEncoder(double angle);
-void interruptHandler();
\ No newline at end of file
+void interruptHandler();
+void spi_send(uint8_t write_buf [8],uint8_t decoded_buf[7]);
\ No newline at end of file