https://bitbucket.org/hudson/magic-lantern
Revision b96d4b7abbe376ee76b7d52193d1113286604621 authored by Daniel Fort on 02 July 2017, 14:28:40 UTC, committed by Daniel Fort on 02 July 2017, 14:28:40 UTC
1 parent 421a3c0
Raw File
Tip revision: b96d4b7abbe376ee76b7d52193d1113286604621 authored by Daniel Fort on 02 July 2017, 14:28:40 UTC
Incorporated pull request #842 to fix Autoexposure module
Tip revision: b96d4b7
electronic_level.h
#ifndef __ELECTRONIC_LEVEL_H__
#define __ELECTRONIC_LEVEL_H__


/**
 * @brief disable gyro data updating
 */
void disable_electronic_level();
/**
 * @brief enable gyro data updating and display current levels
 */
void show_electronic_level();

#endif
back to top