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 LCD_DISCO_F469NIa SD_DISCO_F469NI BSP_DISCO_F469NIa EEPROM_DISCO_F469NI
Diff: main.cpp
- Revision:
- 6:15433396d657
- Parent:
- 4:0e8413277df8
--- a/main.cpp Wed Nov 28 12:01:20 2018 +0000 +++ b/main.cpp Fri Feb 15 21:01:16 2019 +0000 @@ -7,7 +7,7 @@ SD_DISCO_F469NI sd; //Initialize SD Card //EEPROM_DISCO_F469NI eep; //Initialize EEPROM Internal memory Serial pc(USBTX, USBRX); //Initialize Serial. This is used only while debuging code. -CAN can(PB_5, PB_13,1000000); //Initialize CAN. +CAN can(PB_8, PB_9,1000000); //Initialize CAN. I2C i2c(D14, D15); DigitalOut reset(D8); InterruptIn change_screen_input(D0); //Initialize Digital input for Change screen button