https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 8dcca5953a066723452f50f69f9799e655f36b43 authored by Giovanni C on 11 February 2014, 13:15:54 UTC
Close branch makefile-fix2
Tip revision: 8dcca59
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