mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
default rc input is now pwm (non-nerds won) added deadband to config git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@110 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
5 lines
95 B
C
5 lines
95 B
C
#pragma once
|
|
|
|
bool ledringDetect(void);
|
|
void ledringState(void);
|
|
void ledringBlink(void);
|