implementação do sgam_mdw baseado na placa NUCLEO FZ429ZI para ser testada

Dependencies:   MPU6050 Grove_temperature

Dependents:   sgam_mdw_test

sgam_mdw_impl.h

Committer:
AndersonIctus
Date:
2019-07-20
Revision:
16:ec2fa31517eb
Parent:
14:5ab232a10f33
Child:
17:8789ab4067a6

File content as of revision 16:ec2fa31517eb:


#ifndef SGAM_MDW_IMPL_H
#define SGAM_MDW_IMPL_H

#include "ControlImpl.h"
#include "Gyroscope.h"

#include "LoRaWanComm.h"
#include "LoRaWANInterface.h"
#include "lora_radio_helper.h"

#endif