├── .gitignore ├── Hardware ├── Logic_Level_Bidirectional.brd └── Logic_Level_Bidirectional.sch ├── Production Files ├── Logic_Level_Bidirectional-GiantPanel-v01.brd └── Logic_Level_Bidirectional-Panel-v01.brd └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Logic_Level_Bidirectional/HEAD/.gitignore -------------------------------------------------------------------------------- /Hardware/Logic_Level_Bidirectional.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Logic_Level_Bidirectional/HEAD/Hardware/Logic_Level_Bidirectional.brd -------------------------------------------------------------------------------- /Hardware/Logic_Level_Bidirectional.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Logic_Level_Bidirectional/HEAD/Hardware/Logic_Level_Bidirectional.sch -------------------------------------------------------------------------------- /Production Files/Logic_Level_Bidirectional-GiantPanel-v01.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Logic_Level_Bidirectional/HEAD/Production Files/Logic_Level_Bidirectional-GiantPanel-v01.brd -------------------------------------------------------------------------------- /Production Files/Logic_Level_Bidirectional-Panel-v01.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Logic_Level_Bidirectional/HEAD/Production Files/Logic_Level_Bidirectional-Panel-v01.brd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Logic_Level_Bidirectional/HEAD/README.md --------------------------------------------------------------------------------