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:
parent
4f96e3c20e
commit
596d798732
12 changed files with 184 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue