diff --git a/src/routes/projects/electronics/ps2-arduino.md b/src/routes/projects/electronics/ps2-arduino.md new file mode 100644 index 0000000..ade8f49 --- /dev/null +++ b/src/routes/projects/electronics/ps2-arduino.md @@ -0,0 +1 @@ +This page isn't done yet. \ No newline at end of file diff --git a/src/routes/projects/projects2.ts b/src/routes/projects/projects2.ts index 19450b0..1f91b80 100644 --- a/src/routes/projects/projects2.ts +++ b/src/routes/projects/projects2.ts @@ -126,6 +126,24 @@ export const projects: Project[] = [ }, // 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, id: "projektike", diff --git a/static/common/placeholder.webp b/static/common/placeholder.webp new file mode 100644 index 0000000..550d7c1 Binary files /dev/null and b/static/common/placeholder.webp differ