We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e286a commit a20f1f9Copy full SHA for a20f1f9
1 file changed
ports/raspberrypi/boards/mtm_computer/board.c
@@ -20,7 +20,7 @@ static mp_obj_t board_dac_factory(void) {
20
&pin_GPIO18, // clock (SCK)
21
&pin_GPIO19, // mosi (SDI)
22
&pin_GPIO21, // cs
23
- 1); // gain 1x
+ 2); // gain 2x
24
return MP_OBJ_FROM_PTR(dac);
25
}
26
MP_DEFINE_CONST_FUN_OBJ_0(board_dac_obj, board_dac_factory);
0 commit comments