pwm 50hz的频率测试正常

This commit is contained in:
lmx
2025-12-21 18:27:34 +08:00
parent 8cb1ca7701
commit 482767064e
12 changed files with 126 additions and 25 deletions

View File

@ -28,7 +28,7 @@ extern "C" {
#include "gpio.h"
static uint8_t LL_led = 0;
#define LLSYNC_SWITCH_PIN IO_PORTA_01
#define LLSYNC_SWITCH_PIN IO_PORTA_00
static int ble_property_power_switch_set(const char *data, uint16_t len)
{
printf("ble_property_power_switch_set led to %d\n", data[0]);