GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

Revision:
23:3da1d39c1ae9
Parent:
20:d23bcd97f2c5
Child:
42:6cba679a4ee4
--- a/display.h	Thu Mar 08 17:16:18 2018 +0000
+++ b/display.h	Tue Mar 20 15:40:03 2018 +0000
@@ -24,8 +24,7 @@
 
 void initial_setup(struct spi_cfg spi_obj);
 void bin2bcd_array(int num, char bcd[]);
-int convert(int dec);
-char to_command(char input, int place);
 void send_command_to_display(char bcd[]);
+void test_target_leds();
 
 #endif /*DISPLAY_H */
\ No newline at end of file