rfLPC
A low level library for using NXP's LPC17xx SoC. Config is given for MBED prototyping board
dac.h File Reference

Digital To Analog Converter (DAC) driver. More...

#include "../rflpc17xx.h"

Go to the source code of this file.

Functions

void rflpc_dac_init (uint8_t clock_divider)
 Initializes the Digital To Analog Converter. More...
 
static void rflpc_dac_write (uint16_t value)
 Set the value of DAC register. More...
 

Detailed Description

Digital To Analog Converter (DAC) driver.

Definition in file dac.h.