lib para o framework sgam

Dependencies:   MPU6050 Grove_temperature

Dependents:   example_smart-grid

Committer:
AndersonIctus
Date:
Thu Jun 06 23:54:07 2019 -0300
Revision:
5:caecc2426bbb
Parent:
1:53edfdd6ac03
- Mudancas para por a chamada Assincrona na LIB !!

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AndersonIctus 1:53edfdd6ac03 1 #ifndef SGAM_LORAWAN_H
AndersonIctus 1:53edfdd6ac03 2 #define SGAM_LORAWAN_H
AndersonIctus 1:53edfdd6ac03 3
AndersonIctus 1:53edfdd6ac03 4 #include "Communication.h"
AndersonIctus 1:53edfdd6ac03 5
AndersonIctus 1:53edfdd6ac03 6 class LoRAWan: public Communication {
AndersonIctus 1:53edfdd6ac03 7
AndersonIctus 1:53edfdd6ac03 8 }
AndersonIctus 1:53edfdd6ac03 9 ;
AndersonIctus 1:53edfdd6ac03 10 #endif // SGAM_LORAWAN_H