A port of KSP SerialIO and KSP Ethernet IO designed for a Nucleo F746ZG. This version doesn't read from or write to any external controls or displays but the user can press the USER_BUTTON to change the status of SAS and RCS. A final version of this project with full documentation and external hardware support is coming. This is an Alpha release.
Dependencies: F7_Ethernet mbed mbed-rtos
Diff: main.cpp
- Revision:
- 5:01f6c3e112af
- Parent:
- 2:e087e9b789e9
- Child:
- 7:65188f4a8c25
diff -r dfdcadcd0ff1 -r 01f6c3e112af main.cpp --- a/main.cpp Sun Jul 15 19:45:47 2012 +0000 +++ b/main.cpp Mon Jul 16 14:49:13 2012 +0000 @@ -29,7 +29,7 @@ sock.close(); eth.disconnect(); - + while(1) { } }