├── .gitignore ├── Hall_Sensor_FTMS_server.ino ├── LICENSE ├── README.md ├── curaSettings.jpg ├── esp32Tach.jpg └── tachMount.stl /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesjmtaylor/esp32-ftms-server/HEAD/.gitignore -------------------------------------------------------------------------------- /Hall_Sensor_FTMS_server.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesjmtaylor/esp32-ftms-server/HEAD/Hall_Sensor_FTMS_server.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesjmtaylor/esp32-ftms-server/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesjmtaylor/esp32-ftms-server/HEAD/README.md -------------------------------------------------------------------------------- /curaSettings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesjmtaylor/esp32-ftms-server/HEAD/curaSettings.jpg -------------------------------------------------------------------------------- /esp32Tach.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesjmtaylor/esp32-ftms-server/HEAD/esp32Tach.jpg -------------------------------------------------------------------------------- /tachMount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesjmtaylor/esp32-ftms-server/HEAD/tachMount.stl --------------------------------------------------------------------------------