https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 735572f3cb88986e7998d0f6012f193bd6156680 authored by a1ex on 31 March 2016, 18:06:20 UTC
Close branch menu_timeout_fix
Tip revision: 735572f
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