https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: c912333a37e228b85a6238c1ceb57820607ea26f authored by a1ex on 20 December 2015, 18:36:35 UTC
Close branch histogram-tweaks
Tip revision: c912333
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