http://www.wavecom.com/forum

Open AT ®  Release version:
3.13

Sample - Drivers Library

Changes

Library Description

This Driver sample ADL Library allows applications to use directly some specefic devices, plugged on SPI, I2C or Parallel bus. The available drivers are listed bellow :

Library API

All constants and APIs are defined by the drv_global.h header file, which must be included by any application to allows it to use the Drivers Library.

The library will need the global variable bellow on link operation, to define the trace level on which will be displayed the Drivers traces :

The Drivers APIs are defined bellow :

  drv_Subscribe
 This API can be used to subscribe to a specific device driver.   drv_Unsubscribe
 This API can be used to unsubscribe from the requested driver.   drv_Write
 This API can be used to write on the required device.   drv_Read
 This API can be used to read from the required device.

Updated: Wed Apr 4 13:16:43 CEST 2007;