2022-10-02 13:24:22 -07:00
|
|
|
// Copyright 2018-2022 Nick Brassel (@tzarc)
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
|
|
|
|
// Used for RGB
|
2023-01-18 16:13:39 -08:00
|
|
|
#undef RP_ADC_USE_ADC1
|
|
|
|
#define RP_ADC_USE_ADC1 TRUE
|
2022-10-02 13:24:22 -07:00
|
|
|
|
|
|
|
// Used for EEPROM
|
|
|
|
#undef RP_SPI_USE_SPI0
|
|
|
|
#define RP_SPI_USE_SPI0 TRUE
|