https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: bf6d8257e7cc4bdd79f33034ec05469562542c32 authored by a1ex on 14 February 2014, 21:44:37 UTC
Close branch just_for_testing
Tip revision: bf6d825
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