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.
main.cpp
- Committer:
- wuliqunyy
- Date:
- 2021-01-22
- Revision:
- 5:daab0e0e67e2
- Parent:
- 4:8d7322108eb7
- Child:
- 6:019ab407ac3c
File content as of revision 5:daab0e0e67e2:
#include "mbed.h" #include "i2c_mbed_fpga.h" #include "main_init.h" //#include "serial_fsm.h" /* Main function */ int main() { i2c_mbed_fpga i2c; main_init(); while (1) {} }