diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b8c959 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# ---> Eagle +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.l#? +*.b$? +*.s$? +*.l$? + +# Eagle project file +# It contains a serial number and references to the file structure +# on your computer. +# comment the following line if you want to have your project file included. +eagle.epf + +# Autorouter files +*.pro +*.job + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls +*.ger +*.xln + +*.drd +*.drd.* + +*.s#* +*.b#* + +*.info + +*.eps + +# file locks introduced since 7.x +*.lck + diff --git a/LPC b/LPC new file mode 160000 index 0000000..23994a1 --- /dev/null +++ b/LPC @@ -0,0 +1 @@ +Subproject commit 23994a1b8a8e2e6b0a931be70aca21736bb9d40b diff --git a/README.md b/README.md new file mode 100644 index 0000000..3964626 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# LPC + diff --git a/zb53-test.txt b/zb53-test.txt new file mode 100644 index 0000000..e69de29