SDK missing primary functions for SPI such as data transfer/receive and setting clock speed #7880
XanCraft21
started this conversation in
General
Replies: 1 comment 1 reply
-
https://github.com/espressif/arduino-esp32/blob/master/libraries/SPI/src/SPI.h#L63-L70 SPI is not missing any of the functions you need. Did you look at the wrong place? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i am having trouble with the sdk. There is no issue template specifically for SDK issues, so i had to do it here. I just discovered that the SDK is missing important SPI driver functions. I don’t see a way to change settings like clock speed and spi mode or any way to send or receive data. I know the arduino SPI library is a thing but i need to configure setting that can only be found in the SDK. It doesn’t help that the SDK is over complicated. If anyone can tell me if there is a functions i can use, or how to make my own function, or if a dev could add those functions in. Thank you.
EDIT: I forgot to mention there is a way to transmit and receive but it’s too complex and can’t be used easily.
Beta Was this translation helpful? Give feedback.
All reactions