commit ad3fe88fe572aec405911707b8d6f26fb750c33d Author: asaril Date: Sun May 23 16:45:15 2021 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..edf1243 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# ---> Eagle +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.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 + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls + +*.drd +*.drd.* + +*.info + +*.eps + diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9dec8c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# i2c_spi_shifter + +Alternative I2C and SPI level shifter for TotalPhase devices. Handles down to 0.8V. \ No newline at end of file