SPI on crazyflie #1519
Unanswered
SriramKodey
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes, you can use the deck_spi API. You can find a couple of deck drivers using this API, for example the flow sensor driver is using it: https://github.com/bitcraze/crazyflie-firmware/blob/ac565120e6ca2858d2e4a73f204775502e2d7233/src/drivers/src/pmw3901.c#L181 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I want to set up SPI between the crazyflie (master) and an STM32F407 disc board (slave). Do you think I can use deck_spi.c API file for this? Is there any example code I can use as a guide?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions