From 593a549eef553a77ef043e380551965f0f288bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Tue, 2 Feb 2021 22:17:26 +0100 Subject: [PATCH] Fix admonitions --- docs/modules/mcp4725.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/modules/mcp4725.md b/docs/modules/mcp4725.md index 75697f9e..e219eedc 100644 --- a/docs/modules/mcp4725.md +++ b/docs/modules/mcp4725.md @@ -6,10 +6,12 @@ This module provides access to the [MCP4725 12-bit Digital to Analog Converter](http://ww1.microchip.com/downloads/en/DeviceDoc/22039d.pdf). -!!!important: +!!! important + VDD is the power supply pin for the device. The voltage at the VDD pin is used as the supply input as well as the DAC reference input. The power supply at the VDD pin should be clean as possible for good DAC performance. -!!!note: +!!! note + The MCP4725 device address contains four fixed bits ( 1100 = device code) and three address bits (A2, A1, A0). The A2 and A1 bits are hard-wired during manufacturing, and A0 bit is determined by the logic state of A0 pin. The A0 pin can be connected to VDD or VSS , or actively driven by digital logic levels. The address pin(A0) can be actively driven by a GPIO to act as a chip select, allowing more than 2 devices to be used on the same bus. ## mcp4725.read()