Difference between revisions of "FTC Using methods 20203018"

From wikidb
Jump to: navigation, search
(Created page with "= Why Use Abstraction = * Makes it easier to reason about complex programs * Easier to test programs - can test small part individually * Code is reused making it more reliabl...")
 
(Code Outline)
Line 8: Line 8:
 
* Code based on [[FTC_Motor_Encoders_20200304]]
 
* Code based on [[FTC_Motor_Encoders_20200304]]
 
* Enhance the drive forward with encoders using the setVelocity
 
* Enhance the drive forward with encoders using the setVelocity
 +
 +
= Full Code One Method =

Revision as of 11:57, 18 March 2022

Why Use Abstraction

  • Makes it easier to reason about complex programs
  • Easier to test programs - can test small part individually
  • Code is reused making it more reliable

Code Outline

Full Code One Method