Add readme.
This commit is contained in:
parent
30bff43145
commit
32ba37844f
3 changed files with 8 additions and 1 deletions
6
README.md
Normal file
6
README.md
Normal file
|
@ -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`.
|
1
schematic/.gitignore
vendored
1
schematic/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
schematic-backups/*
|
||||
fp-info-cache
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue