TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle

DAC library for STM32F4xx - http://stm32f4-discovery.com/2014/04/library-07-da-converter-on-stm32f4xx/. More...

Modules

 TM_DAC_Typedefs
 Library Typedefs.
 
 TM_DAC_Functions
 Library Functions.
 

Detailed Description

DAC library for STM32F4xx - http://stm32f4-discovery.com/2014/04/library-07-da-converter-on-stm32f4xx/.

This library provides 12-bit digital to analog output, values from 0 to 4095

Pinout
DAC channel     STM32F4xx
        
DAC1            PA4
DAC2            PA5
Changelog
 Version 1.1
  - March 12, 2015
  - Support for my new GPIO library
 
 Version 1.0
  - First release
Dependencies
 - STM32F4xx
 - STM32F4xx DAC
 - defines.h
 - TM GPIO