1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Add MSP_API_VERSION command. Added MSP development guidelines. Define

board identifiers for all cleanflight targets.
This commit is contained in:
Dominic Clifton 2014-10-17 22:34:15 +01:00
parent 4f96e3c20e
commit 596d798732
12 changed files with 184 additions and 17 deletions

View file

@ -15,6 +15,8 @@
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
*/
#define TARGET_BOARD_IDENTIFIER "CC3D" // CopterControl 3D
#define LED0_GPIO GPIOB
#define LED0_PIN Pin_3 // PB3 (LED)
#define LED0_PERIPHERAL RCC_APB2Periph_GPIOB