https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 708c1988823b214d8a6d00272ff6e529bef1cd81 authored by Alex on 16 August 2017, 22:46:02 UTC
Merged in daniel_fort/magic-lantern/crop_rec-700D (pull request #824)
Tip revision: 708c198
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