added (empty) PS2 arduino project page

This commit is contained in:
2026-05-26 10:28:59 +02:00
parent 8c41b90aae
commit 0c0c3d2add
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1 @@
This page isn't done yet.

View File

@@ -126,6 +126,24 @@ export const projects: Project[] = [
}, },
// 2025 // 2025
{
category: ProjectCategory.ELECTRONICS,
id: "ps2-arduino",
banner: "/common/placeholder.webp",
bannerAlt: "",
title: "PS2 Arduino adapter",
subtitle: "DualShock 2 to XInput converter",
description: "",
isOngoing: false,
date: "May 2025",
status: ProjectStatus.FINISHED,
links: [
{
text: "source code",
link: "https://code.natconf.dev/denizk0461/ps2-arduino",
},
],
},
{ {
category: ProjectCategory.GAMES, category: ProjectCategory.GAMES,
id: "projektike", id: "projektike",

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB