[Core] PWM Backlight for RP2040 (#17706)

This commit is contained in:
Stefan Kerkmann
2022-10-04 23:10:24 +02:00
committed by GitHub
parent b6ea8837e4
commit 996a9006d3
14 changed files with 107 additions and 22 deletions

View File

@@ -0,0 +1,9 @@
// Copyright 2022 Stefan Kerkmann
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_I2C TRUE
#define HAL_USE_PWM TRUE
#include_next <halconf.h>