ADISense1000 Version 2.1 code base

Fork of AdiSense1000_V21 by Sean Wilson

doc/README.md

Committer:
kevin1990
Date:
2018-01-08
Revision:
19:a6d4bdcffb84

File content as of revision 19:a6d4bdcffb84:

ADI Sense Host Library                         {#mainpage}
======================

Introduction
------------
ADI Sense is a new product line created by Analog Device Inc. (ADI) which aims
to make it quicker and easier for its customers to develop hardware and firmware
solutions based on ADI’s Precision Measurement technology, by combining smart
online design tools and software-defined measurement processors which simplify
the development of sophisticated high-precision measurement solutions.

The goal of the ADI Sense Host Library is to provide a high-level C/C++
Application Programming Interface to demonstrate correct usage of the ADI Sense
processors and simplify their integration with end-user application stacks.

ADI Sense 1000
--------------
The ADI Sense 1000 is a first-generation ADI Sense measurement processor which
combines high-precision analog sensor inputs, SPI/I2C digital I/O interfaces
and integrated DSP algorithms which transform the raw sensor input data into
measurement values expressed in standard units ready for application use.

The ADI Sense 1000 processor is designed to run as a slave device, connected
to and controlled by a separate host application processor.

The ADI Sense Host Application library currently includes support for the
ADI Sense 1000 processor module, used in conjuction with the ST Nucleo F411RE
host application processor running Mbed OS.  Support for additional ADI Sense
modules and host application processor platforms will be added in the future.

Resources
---------
In the following sections, you will find more detailed information on the
ADI Sense processors, ADI Sense Host Library API documentation, code examples,
and more:

- [ADI Sense 1000 Overview](doc/adisense1000.md) provides details on the
  features of the ADI Sense 1000 processor module.
- [API Reference](@ref ADI_Sense_Api) contains a detailed guide to the functions
  and datatypes provided on the ADI Sense Host Library API
- [Examples](doc/examples.md) provides a guide to the various code examples
  provided as part of the ADI Sense Host Library
- [Key Topics](doc/key_topics.md) offers more detailed information on a number of key
  topics such as processor configuration and dynamic characteristics
- [Porting Guide](doc/porting.md) includes useful information for anyone who wishes
  to port the ADI Sense Host Library to a new host processor platform