-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed SERVO_PIN to ROTOR1_PIN. Added definitions for ROTOR2_PIN and…
… ROTOR3_PIN
- Loading branch information
Showing
3 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
#define SERVO_PIN 16 | ||
/* | ||
* Rotor definitions on tricopter | ||
* Note that motor 3 is the tail rotor | ||
* | ||
* ( 1 ) ( 2 ) Front | ||
* \ / | ||
* +------+ | ||
* | | ||
* | | ||
* ( 3 ) Tail | ||
* | ||
*/ | ||
|
||
/* Timer 4, Ch 1 */ | ||
#define ROTOR1_PIN 16 | ||
/* Timer 4, Ch 2 */ | ||
#define ROTOR2_PIN 15 | ||
/* Timer 4, Ch 3 */ | ||
#define ROTOR3_PIN 32 |