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.
Diff: main_init.h
- Revision:
- 14:062850afdf38
- Parent:
- 12:9f8c7f4da5f6
- Child:
- 16:a0bfe33f8a4a
diff -r 1faffc2dc651 -r 062850afdf38 main_init.h
--- a/main_init.h Fri Mar 26 14:27:37 2021 +0000
+++ b/main_init.h Thu Apr 22 11:35:17 2021 +0000
@@ -6,7 +6,7 @@
DigitalOut led2(LED2);
//DigitalOut led3(LED3);
DigitalOut led4(LED4);
-DigitalOut fpga_rstb(p20); //p20 of MBED is connectted to p4 of the FPGA CMOD for 90415FPGA_EVB2
+DigitalOut fpga_rstb(p27); //p27 of MBED is connectted to p22 of the FPGA CMOD for 90415FPGA_EVB2
void reset_fpga(){
fpga_rstb = 0;
