Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: doc/README.md
- Revision:
- 19:a6d4bdcffb84
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/README.md Mon Jan 08 16:32:34 2018 +0000 @@ -0,0 +1,47 @@ +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 +