Wifly Driver  V1.0
WIFLY RN-XV LCP1769 LIBRARY

Introduction

This library is used to communicate the RN-XV Wifly module with LPC1769 board.

Author
Victoriano Mora Jimenez

Wifly driver

Wifly

Wifly module with the necessary functions to interact with the RN-XV see Wifly.c.

TCP

You can use TCP module to establish TCP communications. see Tcp.c.

UDP

You can use UDP module to establish TCP communications. see UDP.c

ARPALAB

You can use ARPALAB module to send and receive values from arpalab web. see Arpalab.c

LOG

Log module thats you can use to debug your app. see Log.c

Printf

Auxiliary module to communicate by an UART port. see PrintF.c

uart

Auxiliary module to configure and send or receive characters by an UART port. uart.c