https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 1f7e3ce8c2262b99d55478832cc4719270036b2e authored by alex@thinkpad on 05 February 2017, 00:37:58 UTC
Function task annotations (autogenerated).
Tip revision: 1f7e3ce
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