mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Remove need to specify ADC Channel (only 1 per pin).
This commit is contained in:
parent
7e6fb8db65
commit
71353066b8
37 changed files with 160 additions and 294 deletions
|
@ -23,7 +23,9 @@ typedef enum {
|
|||
OWNER_FLASH,
|
||||
OWNER_USB,
|
||||
OWNER_BEEPER,
|
||||
OWNER_OSD
|
||||
OWNER_OSD,
|
||||
OWNER_BARO,
|
||||
OWNER_TOTAL_COUNT
|
||||
} resourceOwner_t;
|
||||
|
||||
// Currently TIMER should be shared resource (softserial dualtimer and timerqueue needs to allocate timer channel, but pin can be used for other function)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue