├── .gitignore ├── LICENSE ├── OpenFFBoard-STM407-config.png ├── README.md ├── __init__.py ├── install.sh └── tmc4671.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewmcgr/tmc-4671/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewmcgr/tmc-4671/HEAD/LICENSE -------------------------------------------------------------------------------- /OpenFFBoard-STM407-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewmcgr/tmc-4671/HEAD/OpenFFBoard-STM407-config.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewmcgr/tmc-4671/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewmcgr/tmc-4671/HEAD/__init__.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewmcgr/tmc-4671/HEAD/install.sh -------------------------------------------------------------------------------- /tmc4671.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewmcgr/tmc-4671/HEAD/tmc4671.py --------------------------------------------------------------------------------