We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce168e3 commit 9760246Copy full SHA for 9760246
README.rst
@@ -67,12 +67,12 @@ Usage Example
67
mcp4728.channel_a.value = 65535 # Voltage = VDD
68
mcp4728.channel_b.value = int(65535/2) # VDD/2
69
mcp4728.channel_c.value = int(65535/4) # VDD/4
70
-
71
- mcp4728.channel_d.value = int(65535/4) # Vref.INTERNAL/4 * 2 => 2.048/4 * 2 = 2.048/2 = ~ 1.024V
+ mcp4728.channel_d.value = 0 # 0V
72
73
74
mcp4728.save_settings() # save the current values to the eeprom,making them the default on power up
75
+
76
Contributing
77
============
78
0 commit comments