lib para o framework sgam
Dependencies: MPU6050 Grove_temperature
Dependents: example_smart-grid
Diff: communication/impl/LoRAWan.h
- Revision:
- 1:53edfdd6ac03
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/communication/impl/LoRAWan.h Sat Jun 01 13:17:03 2019 -0300 @@ -0,0 +1,10 @@ +#ifndef SGAM_LORAWAN_H +#define SGAM_LORAWAN_H + +#include "Communication.h" + +class LoRAWan: public Communication { + +} +; +#endif // SGAM_LORAWAN_H