MCP4725  1.0.0
MCP4725 library DAC for PICO rp2040
Macros | Variables
mcp4725_Sinewave_Data.hpp File Reference

Data header file for MCP4725 Sinewave generation. More...

#include <stdint.h>

Go to the source code of this file.

Macros

#define SINEWAVE_RES   128
 

Variables

const uint16_t * pDacLookupSineWave
 

Detailed Description

Data header file for MCP4725 Sinewave generation.

Author
Gavin Lyons

Macro Definition Documentation

◆ SINEWAVE_RES

#define SINEWAVE_RES   128

Resolution of Sinewave in bits (2^bits) Select 512, 256, 128, 64 or 32 points table i.e. 2^9 = 512 , 9 bit resolution etc

Variable Documentation

◆ pDacLookupSineWave

const uint16_t* pDacLookupSineWave
extern

Pointer to data which is in cpp file