wifiiot_at.h

    Wifiiot

    Description:

    Declares the AT interface functions.

    These functions are used for AT initialization as well as command line registration and printing.

    Since:

    1.0

    Version:

    1.0

    Function Name

    Description

    (const AtCmdTbl cmdTbl, unsigned short cmdNum)

    unsigned int 

    Registers a certain number of AT commands.

    void 

    Registers a system AT command.

    (const char fmt,…)

    int 

    Formats data and outputs it to the AT command terminal.

    AtInit (void)

    unsigned int 

    Initializes an AT command task.

    (unsigned char enable)

    Sets whether to check the UART busy status during low-power voting.