https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: bc42262cf7aa53bbf6cb5a8dccb558d8cf1972a3 authored by Alex on 13 July 2017, 11:10:31 UTC
Close branch recovery-EOSM2.
Tip revision: bc42262
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