update skyloong/gk87/q1

This commit is contained in:
NaturalZh 2024-11-26 16:15:22 +08:00
parent a6699d3288
commit e50fb4a2f6

View File

@ -1,12 +1,11 @@
// Copyright 2023 NaturalZh (@NaturalZh) // Copyright 2023 NaturalZh (@NaturalZh)
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "atomic_util.h" #include "atomic_util.h"
#include "gpio.h" #include "gpio.h"
#define LED_HC595_ST_PIN B1 //74HC595 storage register clock input #define LED_HC595_ST_PIN B5 //74HC595 storage register clock input
#define LED_HC595_SH_PIN B0 //74HC595 shift register clock input #define LED_HC595_SH_PIN B4 //74HC595 shift register clock input
#define LED_HC595_DS B3 // 74HC595 serial data input #define LED_HC595_DS B3 // 74HC595 serial data input
/* /*