https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 65f92f1b4fff0b37db1ad9ebdb3b84366fb49a14 authored by a1ex on 16 June 2014, 07:41:01 UTC
Close branch 7D_fps_override
Tip revision: 65f92f1
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