We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf51db commit bde1ee4Copy full SHA for bde1ee4
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
- 2); // gain 2x
+ 1); // gain 1x
24
return MP_OBJ_FROM_PTR(dac);
25
}
26
MP_DEFINE_CONST_FUN_OBJ_0(board_dac_obj, board_dac_factory);
0 commit comments