aboutsummaryrefslogtreecommitdiffstats
path: root/fw/tests
diff options
context:
space:
mode:
Diffstat (limited to 'fw/tests')
-rw-r--r--fw/tests/system/dac_systest.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/fw/tests/system/dac_systest.c b/fw/tests/system/dac_systest.c
index 47aefb9..50b600a 100644
--- a/fw/tests/system/dac_systest.c
+++ b/fw/tests/system/dac_systest.c
@@ -13,7 +13,10 @@ main(void) {
spiInit();
dacInit();
- dacSet1a(252u); // 1.23V
+ dacSet1a(123); // 0.123V
+ dacSet1b(345); // 0.345V
+ dacSet2a(1230); // 1.230V
+ dacSet2b(3450); // 3.450V
for (;;) {