https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: f5c564af0f7c7146852903d6724d5efc285e4c95 authored by alex@thinkpad on 02 December 2016, 09:39:42 UTC
rawbench.lua: fix crash on movie.stop
Tip revision: f5c564a
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