Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Silkscreens; smaller sonar board
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerFolsom committed Sep 13, 2013
1 parent 7a37ddb commit 134b41e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added Documentation/MegaShieldDB_BOM.xls
Binary file not shown.
Binary file added Documentation/MegaShieldTrio_BOM.xls
Binary file not shown.
Binary file added Documentation/Sonars_BOM.xls
Binary file not shown.
Binary file modified Documentation/Wiring_C6Trio.xls
Binary file not shown.
8 changes: 4 additions & 4 deletions Elcano_C2_Go/Elcano_C2_Go.ino
Expand Up @@ -27,11 +27,11 @@ const int MinimumThrottle = 70; // Throttle has no effect until 1.2 V
const int FullBrake = 167; // start with a conservative value; could go as high as 255;
const int NoBrake = 207; // start with a conservative value; could go as low as 127;
// Steering
const int HardLeft = 223; // was 159; // start with a conservative value; could go as high as 255;
const int HalfLeft = 223; // was 159;
const int Straight = 191;
const int HardLeft = 250; // was 159; // start with a conservative value; could go as high as 255;
const int HalfLeft = 215; // was 159;
const int Straight = 187;
const int HalfRight = 159; // was 223;
const int HardRight = 159; // was 223; // start with a conservative value; could go as low as 127;
const int HardRight = 126; // was 223; // start with a conservative value; could go as low as 127;

// Values on position feedback
const int StraightFB = 501;
Expand Down

0 comments on commit 134b41e

Please sign in to comment.