lib para o framework sgam

Dependencies:   MPU6050 Grove_temperature

Dependents:   example_smart-grid

communication/impl/LoRAWan.h

Committer:
AndersonIctus
Date:
2019-06-01
Revision:
1:53edfdd6ac03

File content as of revision 1:53edfdd6ac03:

#ifndef SGAM_LORAWAN_H
#define SGAM_LORAWAN_H

#include "Communication.h"

class LoRAWan: public Communication {

}
;
#endif // SGAM_LORAWAN_H