1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Merge pull request #4881 from jflyper/bfdev-adc-internal-full-task-version

VREFINT and core temperature support, full task polling version
This commit is contained in:
Michael Keller 2018-01-10 16:12:05 +13:00 committed by GitHub
commit 4258651b3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 321 additions and 42 deletions

View file

@ -55,4 +55,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"RANGEFINDER",
"RANGEFINDER_QUALITY",
"LIDAR_TF",
"CORE_TEMP",
};