Browse Source

Merge pull request #18 from KurtE/Extern-SPI2

Add extern for SPI2 for T3.6
main
Paul Stoffregen 8 years ago
parent
commit
1ffbb8abe5
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      SPI.h
  2. +1
    -0
      keywords.txt

+ 1
- 0
SPI.h View File

#endif #endif
#if defined(__MK64FX512__) || defined(__MK66FX1M0__) #if defined(__MK64FX512__) || defined(__MK66FX1M0__)
extern SPI1Class SPI1; extern SPI1Class SPI1;
extern SPI2Class SPI2;
#endif #endif
#endif #endif

+ 1
- 0
keywords.txt View File



SPI KEYWORD1 SPI KEYWORD1
SPI1 KEYWORD1 SPI1 KEYWORD1
SPI2 KEYWORD1


####################################### #######################################
# Methods and Functions (KEYWORD2) # Methods and Functions (KEYWORD2)

Loading…
Cancel
Save