From 32ba37844f6055c95c335792e30c5cfae1d3edc2 Mon Sep 17 00:00:00 2001 From: redxef Date: Thu, 14 Jul 2022 18:11:39 +0200 Subject: [PATCH] Add readme. --- README.md | 6 ++++++ schematic/.gitignore | 1 + schematic/schematic.kicad_prl | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a4cb1a --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# MiB Neuralizer + +On button press imitate the MiB neuralizer flash. + +This serves as a simple example on how to program Arduinos without the Arduino stuff. +Requires `avr-libc`. diff --git a/schematic/.gitignore b/schematic/.gitignore index 5aefd0e..ee70b25 100644 --- a/schematic/.gitignore +++ b/schematic/.gitignore @@ -1 +1,2 @@ schematic-backups/* +fp-info-cache diff --git a/schematic/schematic.kicad_prl b/schematic/schematic.kicad_prl index b49a48b..c5216d4 100644 --- a/schematic/schematic.kicad_prl +++ b/schematic/schematic.kicad_prl @@ -1,7 +1,7 @@ { "board": { "active_layer": 0, - "active_layer_preset": "", + "active_layer_preset": "All Layers", "auto_track_width": true, "hidden_nets": [], "high_contrast_mode": 0,