├── .gitattributes ├── .gitignore ├── DogBone_DB4_DB5.xlsx ├── README.md ├── Teensy K66 Beta Pinout.xlsx ├── Teensy LC - Pin out.xlsx ├── Teensy4 MicroMod Pins.pdf ├── Teensy4 Pins.pdf ├── Teensy4.1 Pins Mux.pdf ├── Teensy4.1 Pins.pdf └── Teensy4x Pins.xlsx /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KurtE/TeensyDocuments/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | ~$Teensy4 Pins.xlsx 3 | -------------------------------------------------------------------------------- /DogBone_DB4_DB5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KurtE/TeensyDocuments/HEAD/DogBone_DB4_DB5.xlsx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KurtE/TeensyDocuments/HEAD/README.md -------------------------------------------------------------------------------- /Teensy K66 Beta Pinout.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KurtE/TeensyDocuments/HEAD/Teensy K66 Beta Pinout.xlsx -------------------------------------------------------------------------------- /Teensy LC - Pin out.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KurtE/TeensyDocuments/HEAD/Teensy LC - Pin out.xlsx -------------------------------------------------------------------------------- /Teensy4 MicroMod Pins.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KurtE/TeensyDocuments/HEAD/Teensy4 MicroMod Pins.pdf -------------------------------------------------------------------------------- /Teensy4 Pins.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KurtE/TeensyDocuments/HEAD/Teensy4 Pins.pdf -------------------------------------------------------------------------------- /Teensy4.1 Pins Mux.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KurtE/TeensyDocuments/HEAD/Teensy4.1 Pins Mux.pdf -------------------------------------------------------------------------------- /Teensy4.1 Pins.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KurtE/TeensyDocuments/HEAD/Teensy4.1 Pins.pdf -------------------------------------------------------------------------------- /Teensy4x Pins.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KurtE/TeensyDocuments/HEAD/Teensy4x Pins.xlsx --------------------------------------------------------------------------------