https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 17254d17b79dfe4c4672ce8c59d10ee695faaa51 authored by Alex on 06 October 2017, 22:19:51 UTC
Close branch crop_rec_4k_audio_meters_EOSM.
Tip revision: 17254d1
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