Arquivos
Onboard-SDK/sample/STM32/OnBoardSDK_STM32/User/Activate.h
T
Rohit Sant 4c8d43f615 OSDK 3.3
2017-06-15 15:46:01 -07:00

22 linhas
340 B
C++

/*! @file Activate.h
* @version 3.1.8
* @date Aug 05 2016
*
* @brief
* Activation process for the STM32 example App.
*
* Copyright 2016 DJI. All right reserved.
*
* */
#ifndef ACTIVATE_H
#define ACTIVATE_H
#include "dji_vehicle.hpp"
#include "string.h"
using namespace DJI::OSDK;
void userActivate();
#endif // ACTIVATE_H