Skip to content

Commit 931229f

Browse files
committed
Merge remote-tracking branch 'adafruit/master'
2 parents ef0bb22 + 976c7ca commit 931229f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/mcp4728_simpletest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@
99
mcp4728.channel_b.value = int(65535/2) # VDD/2
1010
mcp4728.channel_c.value = int(65535/4) # VDD/4
1111
mcp4728.channel_d.value = 0 # 0V
12-
13-
14-
mcp4728.save_settings() # save the current values to the eeprom,making them the default on power up

0 commit comments

Comments
 (0)