Skip to content

Commit 8bf51db

Browse files
committed
mtm_computer: set DAC gain 2x
1 parent 6651ac1 commit 8bf51db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ports/raspberrypi/boards/mtm_computer

ports/raspberrypi/boards/mtm_computer/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static mp_obj_t board_dac_factory(void) {
2020
&pin_GPIO18, // clock (SCK)
2121
&pin_GPIO19, // mosi (SDI)
2222
&pin_GPIO21, // cs
23-
1); // gain 1x
23+
2); // gain 2x
2424
return MP_OBJ_FROM_PTR(dac);
2525
}
2626
MP_DEFINE_CONST_FUN_OBJ_0(board_dac_obj, board_dac_factory);

0 commit comments

Comments
 (0)