https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 55a3a2c5d4583b85e62fd0ec170cde5d23b8f839 authored by a1ex on 15 July 2014, 06:20:13 UTC
Close branch OtherOnePercent/fix-cameras-with-shutter-blanking-but-no-1405358804898
Tip revision: 55a3a2c
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