embedded:adventures:driving
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
embedded:adventures:driving [2016/08/31 18:20] – [H-Bridge Control] pvela | embedded: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: | + | Since you've already figured out how to program things so that the motors move, either via [[embedded: |
Line 27: | Line 27: | ||
Interfacing an H-Bridge is a bit different since both the direction bit and the actual (variable) duty cycle signal need to be provided, per motor. The constructor should specify these four pins. The rest should be the same. Call this class **tankBridge**. | Interfacing an H-Bridge is a bit different since both the direction bit and the actual (variable) duty cycle signal need to be provided, per motor. The constructor should specify these four pins. The rest should be the same. Call this class **tankBridge**. | ||
+ | |||
+ | |||
+ | ------------------- | ||
+ | ;#; | ||
+ | [[: | Main]] -- [[basics: | ||
+ | ;#; |
embedded/adventures/driving.1472682004.txt.gz · Last modified: 2024/08/20 21:38 (external edit)