Skip to content

Commit 47ab08a

Browse files
author
twhoekstra
committed
Fixed incorrect correction factor
1 parent 813847d commit 47ab08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/rp2/modules/functiongenerator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# for DAC wave generation. Higher is rougher shapes.
4545
_FUDGE_FACTOR = const(1)
4646

47-
_VOLTAGE_CALIB_FACTOR = 0.8948
47+
_VOLTAGE_CALIB_FACTOR = 1
4848

4949

5050
# Max voltage array length

0 commit comments

Comments
 (0)