Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 185:3b3cd96a7811
- Parent:
- 184:d75cea6f5d49
- Child:
- 191:0636c8391407
diff -r d75cea6f5d49 -r 3b3cd96a7811 DefinitionsAndGlobals.h --- a/DefinitionsAndGlobals.h Sat Jun 11 10:05:52 2016 +0000 +++ b/DefinitionsAndGlobals.h Fri Jun 17 11:36:22 2016 +0000 @@ -12,7 +12,7 @@ // COMMON SPI #define SPI_MOSI PTE1 - #define SPI_MISO PTE2 + #define SPI_MISO PTE3 #define SPI_CLK PTE2 #define SPI_CS_ADF PTA15 #define SPI_CS_SDC PIN20 @@ -29,7 +29,7 @@ //I2C - Payload to CDMS (need to change while using CDMS hardware); I2C master(PIN32,PIN31); DigitalIn PYLD_I2C_Int(PTC13); -DigitalOut PYLD_I2C_GPIO(PTE3); +DigitalOut PYLD_I2C_GPIO(PTC1); //I2C - CDMS to BAE DigitalIn BAE_I2C_GPIO(PIN39);