User Tools

Site Tools


embedded:adventures:driving

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
embedded:adventures:driving [2016/08/31 18:26] pvelaembedded:adventures:driving [2024/08/20 21:38] (current) – external edit 127.0.0.1
Line 3: Line 3:
 Once basic actuation of the motors is possible, the typical next step is to create an interface that abstracts the basic functionality so that you can focus on the use of the motors and not on the low-level parts of commanding them. Once basic actuation of the motors is possible, the typical next step is to create an interface that abstracts the basic functionality so that you can focus on the use of the motors and not on the low-level parts of commanding them.
  
-Since you've already figured out how to program things so that the motors move, either via [[embedded:adventures:RCServo | RC Servo control]] or via [[embedded:adventures:MotoControl|H-Bridge control]], let's start to packaging it up for a robotic vehicle.+Since you've already figured out how to program things so that the motors move, either via [[embedded:adventures:RCServo | RC Servo control]] or via [[embedded:adventures:MotoControl|H-Bridge control]], let's start to packaging it up for a robotic vehicle. In Arduino- and maybe Energia-speak this adventure is about writing a library (though more generally it is about creating a class to abstract some functionality).  Arduino has [[https://www.arduino.cc/en/Reference/APIStyleGuide|some tips]] on [[https://www.arduino.cc/en/Hacking/LibraryTutorial | writing libraries]].  The tips, though not necessarily the coding specifics, should apply to mBed and TI (Energia) too.
  
  
Line 30: Line 30:
  
 ------------------- -------------------
-[[basics:adventures | Main]]+;#; 
 +[[: | Main]] -- [[basics:adventures | Adventures]] 
 +;#;
embedded/adventures/driving.1472682366.txt.gz · Last modified: 2024/08/20 21:38 (external edit)