diff --git a/README.md b/README.md index ff44a8c..fc3bed2 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ For usual winding resistance of your motors the device should be powered by $${\ The firmware is written in C++ and takes some inspiration from the 'SimpleFOC' project. It aims to be streamlined and readable without any extra fuss, focussing at the hardware ised in this project. It implements path planning with look-ahead and unlike many other motion controller projects supports true 6DOF-Pose interpolation and planning making it ready for driving hexapod motion plattforms, that may or may not be the next step for this project. +You may find configuration for pin numbers, motor type and other parameters in [hw_config.h](firmware/MotionControllerRP/src/hw_config.h). Please check them before uploading the firmware. +
Image 1 Image 2