Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
deltaflight
Commits
c1d1ef0a
Commit
c1d1ef0a
authored
Jun 04, 2015
by
Michael Hope
Browse files
sensors: pull the initialise function out into a header.
Signed-off-by:
Michael Hope
<
mlhx@google.com
>
parent
5c6760fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/sensors/initialisation.h
0 → 100644
View file @
c1d1ef0a
/*
* This file is part of Cleanflight.
*
* Cleanflight is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Cleanflight is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
bool
sensorsAutodetect
(
sensorAlignmentConfig_t
*
sensorAlignmentConfig
,
uint16_t
gyroLpf
,
uint8_t
accHardwareToUse
,
uint8_t
magHardwareToUse
,
int16_t
magDeclinationFromConfig
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment