AlkaMotors / AM32-MultiRotor-ESC-firmware

Firmware for stm32f051 based speed controllers for use with mutirotors
GNU General Public License v3.0
784 stars 270 forks source link

Where can I get the pins map and pins def? #40

Closed gyxkgz closed 3 years ago

gyxkgz commented 3 years ago

Do you have a full pin function description? Or have to get the info from source code ?

AlkaMotors commented 3 years ago

This is where the pins for the the different targets are defined. https://github.com/AlkaMotors/AM32-MultiRotor-ESC-firmware/blob/master/Inc/targets.h

gyxkgz commented 3 years ago

Thank You!