https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 00b9857d19a02d8f0593bf6ef9cb642a82c25aa3 authored by Giovanni C on 23 February 2014, 08:55:49 UTC
Close branch encrypt2
Tip revision: 00b9857
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