You are viewing an older revision! See the latest version

AnalogOut

Table of Contents

  1. Hello World!
  2. API
  3. Details

The AnalogOut Interface is used to set the voltage of an analog output pin. The AnalogOut Interface can be used to set the voltage on the analog output pin somewhere in the range of VSS to VCC.

Hello World!

[Repository '/users/mbed_official/code/AnalogOut_HelloWorld_mbed/docs/tip/main_8cpp_source.html' not found]

API

Import librarymbed

No documentation found.

Details

The AnalogOut Interface can be used to set the voltage on the analog output pin somwhere in the range of 0.0v to 3.3v. The 0.0v to 3.3v range of the !AnalogOut can be represented in software as a normalised floating point number from 0.0 to 1.0, or directly as volts or millivolts.


All wikipages