https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: f8e550ed99891ffbfcc481b4e625e0f04510db87 authored by Giovanni Condello on 23 February 2014, 20:57:22 UTC
Merge unified into new-lv-buffer-detection
Tip revision: f8e550e
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