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:
- 20:d23bcd97f2c5
- Parent:
- 18:0e281922212c
- Child:
- 23:3da1d39c1ae9
--- a/display.h Fri Mar 02 22:20:43 2018 +0000 +++ b/display.h Tue Mar 06 17:25:48 2018 +0000 @@ -22,7 +22,7 @@ extern Serial pc; extern DigitalOut SS; -void initial_setup(DigitalOut SS, int data_length, int spi_frequency); +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);
