From a17a7fee6538df5bce658243160e1b409564f82f Mon Sep 17 00:00:00 2001 From: Alex Sirota <67526318+ajs256@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:55:43 -0800 Subject: [PATCH 1/3] Add PID --- 1209/9000/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 1209/9000/index.md diff --git a/1209/9000/index.md b/1209/9000/index.md new file mode 100644 index 00000000..535d1b72 --- /dev/null +++ b/1209/9000/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Hack Club Sprig CircuitPython +owner: ajs256 +license: MIT +site: https://sprig.hackclub.com/ +source: https://github.com/hackclub/sprig-hardware +--- +Sprig is a handheld game console built by [Hack Club](https://hackclub.com) for teen makers and coders. There was only one limited production run and it is not for sale. From d4eaeef93327c6a67d6577ccba98fcff4a41525b Mon Sep 17 00:00:00 2001 From: Alex Sirota <67526318+ajs256@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:56:09 -0800 Subject: [PATCH 2/3] Add org --- org/ajs256.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 org/ajs256.md diff --git a/org/ajs256.md b/org/ajs256.md new file mode 100644 index 00000000..3336c7ec --- /dev/null +++ b/org/ajs256.md @@ -0,0 +1,6 @@ +--- +layout: org +title: ajs256 +site: https://github.com/ajs256 +--- +Alex's miscellaneous projects. From fa61845c7a59ef6697afdc7387f59ffee0baa11c Mon Sep 17 00:00:00 2001 From: Alex <67526318+ajs256@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:14:02 -0800 Subject: [PATCH 3/3] move org file --- org/{ajs256.md => ajs256/index.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename org/{ajs256.md => ajs256/index.md} (100%) diff --git a/org/ajs256.md b/org/ajs256/index.md similarity index 100% rename from org/ajs256.md rename to org/ajs256/index.md