https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: eed3cf40f364211bdde591f320732460e78f0dce authored by Daniel Fort on 09 March 2018, 22:55:49 UTC
EOSM stub found by nikfreak and first tested by Licaon Kter.
Tip revision: eed3cf4
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