lib para o framework sgam
Dependencies: MPU6050 Grove_temperature
Dependents: example_smart-grid
communication/impl/LoRAWan.h
- Committer:
- AndersonIctus
- Date:
- 2019-06-06
- Revision:
- 5:caecc2426bbb
- Parent:
- 1:53edfdd6ac03
File content as of revision 5:caecc2426bbb:
#ifndef SGAM_LORAWAN_H #define SGAM_LORAWAN_H #include "Communication.h" class LoRAWan: public Communication { } ; #endif // SGAM_LORAWAN_H