https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 5d31a8a22bf50f715148b12cc369a6616d29a23a authored by alex@thinkpad on 07 April 2016, 23:09:56 UTC
Proof of concept: remote Lua console using the Toshiba FlashAir Wi-Fi SD card
Tip revision: 5d31a8a
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