Skip to content
Snippets Groups Projects
  1. Feb 02, 2017
  2. Feb 01, 2017
    • dawehr's avatar
      Refactored things like "controller_value" to "controller_parameter" · 2349fd1b
      dawehr authored
      - Realised that controller value may get confused with the actual value of the PID terms in the controller. To avoid this confusion in the future I have refactored things referencing the PID constant to now be called "control_parameter"
      - There are quite a few instances of variables that changed.
      - Sorry Jake
      2349fd1b
  3. Jan 30, 2017
    • dawehr's avatar
      Changed the parameter struct in modular_structs to have an array of PID_t types · 1ac62e75
      dawehr authored
      - added some comments in commands.c/h about usage of the file
      - added a MAX_CONTROLLER_ID and MAX_CONTROL_VAL_ID to the enums in commands.h
      - implemented cb_set_control in callbacks.c to work with the new parameter struct
      - changes the parameter_struct to now contain an array of pid_controllers instead of a bunch of random PID_t members
      - the new parameter_struct array can now be accessed by controller ID as defined in commands.h
      1ac62e75
  4. Jan 29, 2017
  5. Jan 28, 2017
  6. Jan 27, 2017
  7. Jan 24, 2017
  8. Dec 03, 2016
  9. Dec 02, 2016
  10. Nov 29, 2016
  11. Nov 15, 2016
  12. Nov 07, 2016
  13. Oct 29, 2016
  14. Oct 17, 2016
  15. Oct 11, 2016
Loading