https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 484c3f10a0f2d8b72dd839124ddccd199baaf1ee authored by a1ex on 05 May 2016, 21:08:03 UTC
Close branch generic-cfn
Tip revision: 484c3f1
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