From 01a5d7114fceaf1d769beeb399f482ceba91cd68 Mon Sep 17 00:00:00 2001 From: Vincent Manoukian <10980775+manoukianv@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:22:22 +0200 Subject: [PATCH 1/3] Request for PID for the LedExtender. Add organisation and PID description request. --- 1209/4E00/index.md | 8 ++++++++ org/manoukianv/index.md | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/4E00/index.md create mode 100644 org/manoukianv/index.md diff --git a/1209/4E00/index.md b/1209/4E00/index.md new file mode 100644 index 00000000..781f38ba --- /dev/null +++ b/1209/4E00/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Acapeo LedExtender +owner: manoukianv +license: LGPL-3.0 +site: https://github.com/manoukianv/LedExtender +source: https://github.com/manoukianv/LedExtender +--- diff --git a/org/manoukianv/index.md b/org/manoukianv/index.md new file mode 100644 index 00000000..f6cd03b0 --- /dev/null +++ b/org/manoukianv/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Vincent Manoukian (Acapeo) +site: https://github.com/manoukianv +--- +I'm a Vincent Manoukian, I developp and share in opensource firmware/software for simracing in my free time. +You can find in my repo several project : ledextender, wheel, pedals, etc. From ad0da2b0c8aeecbd2d7e48ac9014ab66bc751116 Mon Sep 17 00:00:00 2001 From: Vincent Manoukian <10980775+manoukianv@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:37:59 +0200 Subject: [PATCH 2/3] Add the project descriptor. --- 1209/4E00/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/1209/4E00/index.md b/1209/4E00/index.md index 781f38ba..43616f3c 100644 --- a/1209/4E00/index.md +++ b/1209/4E00/index.md @@ -6,3 +6,7 @@ license: LGPL-3.0 site: https://github.com/manoukianv/LedExtender source: https://github.com/manoukianv/LedExtender --- +LedExtender is a OpenSource firwmare to build a StripLed which light informations from SimRacing games. +The firmware received data from SimHub and show status with led color. + +This firmware is developped for RP2040 and WS2812. \ No newline at end of file From 54625c5b15cf585fc8feaab02baa7c6c7f90a40c Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 9 Sep 2024 13:57:51 -0700 Subject: [PATCH 3/3] Update index.md to trigger CI --- 1209/4E00/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/4E00/index.md b/1209/4E00/index.md index 43616f3c..6ee2311b 100644 --- a/1209/4E00/index.md +++ b/1209/4E00/index.md @@ -9,4 +9,4 @@ source: https://github.com/manoukianv/LedExtender LedExtender is a OpenSource firwmare to build a StripLed which light informations from SimRacing games. The firmware received data from SimHub and show status with led color. -This firmware is developped for RP2040 and WS2812. \ No newline at end of file +This firmware is developed for RP2040 and WS2812.