
Also we have interface LCD Display to print Characters. And we interfaced 2 Digit Seven Segment display to count 00 -99. In last tutorials we have handles all digital type data with Seven Segment Display with TI Launchpad MSP432P401R to count digits from 0 to 9. This tutorial is about How to use ADC available with Texas Microcontroller MSP432P401R. To read this type of Analog data we need ADC to covert this data in the digital format as all the Data will be processed inside Microcontroller in digital format. which we can’t directly read on any Microcontroller. ADC helps to communicate with external data format which is available in the form Temperature, Voltage etc. Nevertheless, make sure this library is accessible to the compiler.ĭWire should be able to compile with all generic toolchains for the MSP432.ADC Stand for Analog to Digital Converter is an integral part of any Embedded System. This library uses driverlib, which should come with the standard Energia installation. in Windows, this is typically found in C:\Documents\Energia\libraries. Simply clone the repository or download the zip file, placing the root directory of the repository in your Energia user folder's 'libraries' folder. The library can directly be used in Energia. Repeated starts are supported, both as Master and Slave.

Nearly identical interface as Wire's interface.

Full slave support: it is possible to run the microcontroller as a slave.

