File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
ports/raspberrypi/common-hal/analogbufio Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 4
4
* The MIT License (MIT)
5
5
*
6
6
* SPDX-FileCopyrightText: Copyright (c) 20
8000
22 Lee Atkinson, MeanStride Technology, Inc.
7
- * Copyright (c) 2013, 2014 Damien P. George
8
- * Copyright (c) 2016 Scott Shawcroft for Adafruit Industries
9
7
*
10
8
* SPDX-License-Identifier: BSD-3-Clause
11
9
*
@@ -66,9 +64,6 @@ void common_hal_analogbufio_bufferedin_construct(analogbufio_bufferedin_obj_t *s
66
64
self -> bytes_per_sample = bytes_per_sample ;
67
65
self -> sample_rate = sample_rate ;
68
66
69
- // Standard IO Init
70
- stdio_init_all ();
71
-
72
67
// Init GPIO for analogue use: hi-Z, no pulls, disable digital input buffer.
73
68
adc_init ();
74
69
adc_gpio_init (pin -> number );
Original file line number Diff line number Diff line change 4
4
* The MIT License (MIT)
5
5 *
6
6
* SPDX-FileCopyrightText: Copyright (c) 2022 Lee Atkinson, MeanStride Technology, Inc.
7
- * Copyright (c) 2013, 2014 Damien P. George
8
- * Copyright (c) 2016 Scott Shawcroft for Adafruit Industries
9
7
*
10
8
* SPDX-License-Identifier: BSD-3-Clause
11
9
*
You can’t perform that action at this time.
0 commit comments