Finish documention until someone change something

This commit is contained in:
2022-02-15 20:12:50 +01:00
parent 3a2e51713b
commit c8e3344b27
50 changed files with 991 additions and 223 deletions
+3 -3
View File
@@ -32,7 +32,7 @@ class MotorControl {
MotorControl();
/**
* @brief Initalize the motorcontroler
* @brief Initialize the motorController
*
* @param pwm_pin The output pin for the signal on the esp.
* @param pwm_channel One of the pwm channels from the esp.
@@ -53,7 +53,7 @@ class MotorControl {
uint16_t loop();
/**
* @brief Normaly called repeatedly by loop() to update the pwm signal.
* @brief Normally called repeatedly by loop() to update the pwm signal.
*
* Checks the difference between target power and current power to
* increase or decrease the duty cycle. The amount of decrease or increase
@@ -167,4 +167,4 @@ class MotorControl {
};
#endif // MOTOR_CONTROL_H
#endif // MOTOR_CONTROL_H