kjhjhkj
Dependencies: NetServices mbed C027_Supports mbed-rpcx
Diff: Modem.h
- Revision:
- 0:64967b7043c2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Modem.h Tue Aug 06 12:59:05 2019 +0000 @@ -0,0 +1,19 @@ +#ifndef MODEMINIT_H +#define MODEMINIT_H + +#include "MDM.h" +#include <vector> + +#define TASK false +#define SKADA true + +#define SIMPIN NULL +#define APN NULL +#define USERNAME NULL +#define PASSWORD NULL + +void SetModem(MDMSerial &mdm); +bool PostData(MDMSerial &mdm, const int &identifier_, const std::vector<int> &input, bool mode=SKADA); +bool chekConect(MDMSerial &mdm); + +#endif \ No newline at end of file