├── main.py ├── makefile └── readme.md /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsoto/VESC-Ennoid-CAN-Feather/HEAD/main.py -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- 1 | sync: 2 | cp /Volumes/CIRCUITPY/main.py . -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsoto/VESC-Ennoid-CAN-Feather/HEAD/readme.md --------------------------------------------------------------------------------