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: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of COM_MNG_TMTC_SIMPLE by
Diff: main.cpp
- Revision:
- 101:bece931236a2
- Parent:
- 99:efde3df6cd94
- Child:
- 103:b55559925dc1
- Child:
- 109:78f2912e3473
--- a/main.cpp Tue Jan 26 12:37:17 2016 +0000
+++ b/main.cpp Tue Jan 26 13:15:01 2016 +0000
@@ -4,6 +4,8 @@
#define DEBUG 1
+#include "SimpleDMA.h"
+#include "dmaSPIslave.h"
#include "rtos.h"
#include "mbed_debug.h"
@@ -25,6 +27,9 @@
void set_sig(){gSCIENCE_THREAD->signal_set(SCIENCE_SIGNAL);}
int main()
{
+ #if DEBUG
+ gPC.puts("welcome to mng_tmtc\r\n");
+ #endif
//gLEDR = 1;
// ******************INITIALISATIONS START******************
