remove extraneous copyrights

This commit is contained in:
Dan Halbert 2022-09-15 20:31:08 -04:00
parent f279a2dbb2
commit 82694b7265
2 changed files with 0 additions and 7 deletions

View File

@ -4,8 +4,6 @@
* The MIT License (MIT)
*
* SPDX-FileCopyrightText: Copyright (c) 2022 Lee Atkinson, MeanStride Technology, Inc.
* Copyright (c) 2013, 2014 Damien P. George
* Copyright (c) 2016 Scott Shawcroft for Adafruit Industries
*
* SPDX-License-Identifier: BSD-3-Clause
*
@ -66,9 +64,6 @@ void common_hal_analogbufio_bufferedin_construct(analogbufio_bufferedin_obj_t *s
self->bytes_per_sample = bytes_per_sample;
self->sample_rate = sample_rate;
// Standard IO Init
stdio_init_all();
// Init GPIO for analogue use: hi-Z, no pulls, disable digital input buffer.
adc_init();
adc_gpio_init(pin->number);

View File

@ -4,8 +4,6 @@
* The MIT License (MIT)
*
* SPDX-FileCopyrightText: Copyright (c) 2022 Lee Atkinson, MeanStride Technology, Inc.
* Copyright (c) 2013, 2014 Damien P. George
* Copyright (c) 2016 Scott Shawcroft for Adafruit Industries
*
* SPDX-License-Identifier: BSD-3-Clause
*