This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-spi
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add extern for SPI2 for T3.6
main
Kurt Eckhardt
8 years ago
parent
ace6975aed
commit
17fc3b8392
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
+1
-0
SPI.h
+ 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
Write
Preview
Loading…
Cancel
Save