21#ifdef TARGET_FF_ARDUINO
22#ifndef MBED_CONF_ALT1250_PPP_TX
23#define MBED_CONF_ALT1250_PPP_TX D1
25#ifndef MBED_CONF_ALT1250_PPP_RX
26#define MBED_CONF_ALT1250_PPP_RX D0
30#include "AT_CellularDevice.h"
31#include "DigitalInOut.h"
37 ALT1250_PPP(
FileHandle *fh, PinName rst = NC, PinDirection pin_dir = PIN_OUTPUT, PinMode pin_mode = PullUp,
bool value = 1);
virtual nsapi_error_t soft_power_on()
Powers up the modem.
virtual AT_CellularContext * create_context_impl(ATHandler &at, const char *apn, bool cp_req=false, bool nonip_req=false)
Creates new instance of AT_CellularContext or if overridden, modem specific implementation.
AT_CellularNetwork * open_network_impl(ATHandler &at)
Create new instance of AT_CellularNetwork or if overridden, modem specific implementation.
Class AT_CellularNetwork.
Class for sending AT commands and parsing AT responses.
A digital input/output, used for setting or reading a bi-directional pin.
signed int nsapi_error_t
Type used to represent error codes.