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