feat(L03): add blinker and synchronous logic card

This commit is contained in:
user
2026-07-21 16:47:33 +02:00
commit 0a130e4eae
42 changed files with 7514 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "mpabi-inf-rv32i-asm-03-blinker",
"private": true,
"type": "module",
"scripts": {
"dev": "node scripts/card_dev.mjs",
"serve": "node scripts/card_server.mjs",
"report": "node scripts/export_lesson_report.mjs",
"test": "node --test tests/*.test.mjs"
},
"dependencies": {
"@fastify/websocket": "^11.3.0",
"@msgpack/msgpack": "^3.1.3",
"fastify": "^5.6.0"
}
}