21#ifdef TARGET_FF_ARDUINO
22#ifndef MBED_CONF_SARA4_PPP_TX
23#define MBED_CONF_SARA4_PPP_TX D1
25#ifndef MBED_CONF_SARA4_PPP_RX
26#define MBED_CONF_SARA4_PPP_RX D0
30#include "AT_CellularDevice.h"
Class AT_CellularNetwork.
Class for sending AT commands and parsing AT responses.
virtual nsapi_error_t set_power_save_mode(int periodic_time, int active_time=0)
Set power save mode.
virtual AT_CellularNetwork * open_network_impl(ATHandler &at)
Create new instance of AT_CellularNetwork or if overridden, modem specific implementation.
signed int nsapi_error_t
Type used to represent error codes.