How would I consider porting the i2s and SPI to native Arduino SPI.h #9833
Unanswered
8888clockradio
asked this question in
Core Development
Replies: 1 comment
-
Not quite sure what you're asking sorry. The mimxrt port doesn't use anything from the Arduino SDK. Can you give an example of what you're trying to do? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How would I consider porting the i2s and SPI to native Arduino SPI.h in the mimixrt port.
I need to port both of these to native Arduino C++, how would I go about updating them. I get I have to make it a C++ and use #ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
Beta Was this translation helpful? Give feedback.
All reactions