Initial commit

This commit is contained in:
asaril 2021-05-23 16:45:15 +00:00 committed by Gogs
commit ad3fe88fe5
2 changed files with 41 additions and 0 deletions

38
.gitignore vendored Normal file
View file

@ -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

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# i2c_spi_shifter
Alternative I2C and SPI level shifter for TotalPhase devices. Handles down to 0.8V.