for frequency correction testing
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: COM_MNG_TMTC.h
- Revision:
- 145:fb800fecf128
- Parent:
- 136:8074893cd24e
diff -r 8074893cd24e -r fb800fecf128 COM_MNG_TMTC.h --- a/COM_MNG_TMTC.h Thu Mar 10 15:26:50 2016 +0000 +++ b/COM_MNG_TMTC.h Sat Apr 02 11:54:50 2016 +0000 @@ -1022,11 +1022,14 @@ t_pl.start(); if(rcv_isr == 1) { + #if DEBUG gPC.printf("read_ack = %d",read_ack); + #endif t_pl.stop(); + gPC.printf("data:\n"); //gPC.printf("i2c_t = %d",t_pl.read_ms()); - for(int i = 0;i< PL_TM_SIZE;i++) - tm_pointer->TM_string[i] = PL_I2C_DATA[i]; + for(int i = 0;i< 134;i++) + gPC.printf("%d\n",PL_I2C_DATA[i]); rcv_isr = 0; break; }