https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 9eb24c9b5113fdfd0a72c644f62093ef9cf55057 authored by alex@thinkpad on 01 April 2018, 18:15:35 UTC
Menu: slowdown keyrepeat handling to make touch menu navigation a little more usable
Tip revision: 9eb24c9
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