JoshMcguigan / betafpv-f3

Board Support Crate for the BetaFPV F3 Drone Flight Controller
Apache License 2.0
44 stars 1 forks source link

Pin mapping to stm32f303 #3

Closed tekjar closed 6 years ago

tekjar commented 6 years ago

Hi, Is there any doc to see how the board pins are connected to stm32f303? I'm trying similar stuff for spracing f3 board and want to find out pin mapping

JoshMcguigan commented 6 years ago

For the betafpv-f3, the easiest way for now is to check out the source code of this library. If you are looking for the pinouts for the spracing f3, or any other board, I'd start with the betaflight drivers for that board.

tekjar commented 6 years ago

Awesome. Thanks :)