Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of Lab_6_WaG by
Diff: display.h
- 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
