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:
- 10:ae0a262ba48d
- Parent:
- 8:d8bc78bda829
- Child:
- 11:6751b9406142
--- a/display.h Thu Feb 22 04:20:28 2018 +0000 +++ b/display.h Thu Feb 22 16:22:19 2018 +0000 @@ -21,7 +21,7 @@ extern int bcd[4]; void initial_setup(DigitalOut SS, int data_length, int spi_frequency); -void mod_bcd(int num); +void bin2bcd_array(int num, char bcd[]); int convert(int dec); char to_command(char input, int place);