Skip to content

Commit

Permalink
Add default pin numbers for SimpleLink boosterpack
Browse files Browse the repository at this point in the history
  • Loading branch information
robertinant committed Aug 19, 2014
1 parent 920f19e commit 1574fa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/SimplelinkWifi/utility/spi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ tSpiInformation sSpiInformation;

// buffer for 5 bytes of SPI HEADER
unsigned char tSpiReadHeader[] = {READ, 0, 0, 0, 0};
uint8_t CSpin=0;
uint8_t ENpin=0;
uint8_t IRQpin=0;
uint8_t CSpin=18;
uint8_t ENpin=2;
uint8_t IRQpin=19;

void SpiWriteDataSynchronous(unsigned char *data, unsigned short size);
void SpiWriteAsync(const unsigned char *data, unsigned short size);
Expand Down

0 comments on commit 1574fa1

Please sign in to comment.