- "process_and_steps.md" file for implementation/documentation.
β Naming of Variables
β Passing by value (was reference actually needed?)
β Not relying on compiler for implicit typecast done explicit
β Instead of dividing anything, take the reciprocal of it and multiply it
β Global definitions/declarations (actually needed?)
β Returning the value from function (exact point of execution it should be returned - β½ {scope} )
β Using local variables (imp factors on which to be decided?)
- Consideration of Interrupts during execution
- Looking more into ADC calibration function
- Alternative to vTaskDelay() - use of State Machine / PWM
- Think upon use of Auto Reload Software Timer?, could have used One Shot Software Timer?

