SMBus Library for MSP430G2xx3 Devices  1.10.00.00
 All Data Structures Functions Variables Enumerations Enumerator Modules Pages
mainpage_MSP430G2xx3.h
1 /**
2 * @mainpage MSP430&tm; SMBusLib for MSP430G2xx3 Devices
3 *
4 * @section intro Introduction
5 *
6 * This document describes the implementation of the system management bus (SMBus) using the
7 * MSP430&tm; microcontroller I2C peripheral. SMBus is used as a communication link for smart batteries,
8 * power-related devices, and a wide variety of other system devices.
9 *
10 * The MSP430&tm; SMBus Library is a royalty-free set of API's that provide support for master
11 * and slave protocols in a SMBus communication system.
12 *
13 *
14 * This API document is broken out into the following sections:
15 * - Modules Tab
16 * - Application API layer, a list of the public API's designed to be called by user
17 * applications.
18 * - Network layer, the functions that implement and manage the internal SMBus state.
19 * User applications should not call functions in this layer.
20 * - Phyical layer, the functions that implement the device dependent calls to the
21 * microcontroller. User applications should not call functions in this layer.
22 * User application should not call functions in this layer.
23 * - Data Structures Tab
24 * - Data Structures, a list of data structures defined by MSP430&tm; SMBus Library
25 * - Data Fields, a list of fields available in the data structures
26 * - Files Tab
27 * - File List, an alphabetical list of API's avaialable in MSP430&tm; SMBus Library
28 * - Globals, an alphabetical list of MSP430&tm; SMBus Library global definitions
29 * - Related Pages Tab
30 * - Legal disclaimer*
31 *
32 * Also note the existence of the following content available on disk. This is not
33 * part of this API but contains useful example code and documentation.
34 *
35 * - Example Code
36 * - under examples/driverlib/MSP430G2xx3/{peripheral}
37 * - Users Guide
38 * - doc/driverlib/MSP430G2xx3/MSP430G2xx3_DriverLib_Users_Guide-1.10.00.00.pdf
39 *
40 */

Copyright 2015, Texas Instruments Incorporated