From 47579e3790b1ee5a1ad2ce35ea6028cd9ddf6ea0 Mon Sep 17 00:00:00 2001 From: GuoWenxue <“guowenxue@gmail.com”> Date: Fri, 29 Apr 2022 09:23:27 +0800 Subject: [PATCH] update client_main.c to use packet_segmented_pack --- modules/c/led.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/c/led.c b/modules/c/led.c index 3097381..fba63b6 100644 --- a/modules/c/led.c +++ b/modules/c/led.c @@ -7,11 +7,11 @@ * * pi@raspberrypi:~ $ gpio readall #show RPi pin map * - * LED #PIN BCM - * I ---- 39 ---- GND - * G ---- 37 ---- 26 - * R ---- 35 ---- 19 - * B ---- 33 ---- 13 + * LED #PIN BCM + * I ---- 39 ---- GND + * G ---- 37 ---- GPIO26 + * R ---- 35 ---- GPIO19 + * B ---- 33 ---- GPIO13 * * Version: 1.0.0(2012/11/03) * Author: Guo Wenxue <guowenxue@gmail.com> @@ -71,7 +71,7 @@ } -#if 1 /* Use libgpiod lowlevel API */ +#if 0 /* Use libgpiod lowlevel API */ struct gpiod_chip* chip; -- Gitblit v1.9.1