From: Benjamin Larsson Date: Sat, 23 Apr 2016 16:19:12 +0000 (+0200) Subject: Add more sample rates X-Git-Tag: sigrok-firmware-fx2lafw-0.1.4~31 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=33c275bbd292b21149cb76094e280b6ea2f62cae;p=sigrok-firmware-fx2lafw.git Add more sample rates --- diff --git a/sainsmart_dds120.c b/sainsmart_dds120.c index b964d158..ae3c5997 100644 --- a/sainsmart_dds120.c +++ b/sainsmart_dds120.c @@ -260,9 +260,14 @@ static const struct samplerate_info { { 30, 0x80, 0, 3, 0, 0x00, 0xaa }, { 24, 1, 0, 2, 1, 0x40, 0xea }, { 16, 1, 1, 2, 0, 0x40, 0xea }, + { 15, 1, 0, 2, 1, 0x40, 0xaa }, { 12, 2, 1, 2, 0, 0x40, 0xea }, + { 11, 1, 1, 2, 0, 0x40, 0xaa }, { 8, 3, 2, 2, 0, 0x40, 0xea }, + { 6, 2, 2, 2, 0, 0x40, 0xaa }, + { 5, 3, 2, 2, 0, 0x40, 0xaa }, { 4, 6, 5, 2, 0, 0x40, 0xea }, + { 3, 5, 4, 2, 0, 0x40, 0xaa }, { 2, 12, 11, 2, 0, 0x40, 0xea }, { 1, 24, 23, 2, 0, 0x40, 0xea }, { 50, 48, 47, 2, 0, 0x40, 0xea },