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:
- 11:6751b9406142
- Parent:
- 10:ae0a262ba48d
- Child:
- 16:dfa9eb1a808d
--- a/display.h Thu Feb 22 16:22:19 2018 +0000 +++ b/display.h Fri Feb 23 23:05:58 2018 +0000 @@ -19,10 +19,13 @@ extern SPI spi; extern int bcd[4]; +extern Serial pc; +extern DigitalOut SS; void initial_setup(DigitalOut SS, int data_length, int spi_frequency); 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[]); #endif /*DISPLAY_H */ \ No newline at end of file