Skip to content

Commit

Permalink
Update avoid.c
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaza authored Nov 27, 2017
1 parent 8d4aa5c commit cafe0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/examples/avoid.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

/* Macros */
#define MINDIST 10 // possible range 2~400 cm (3.3V)
#define SPEEDA 120 // possible range 60~255 PWM
#define SPEEDB 130
#define SPEEDA 150 // possible range 60~255 PWM
#define SPEEDB 150

int main(void)
{
Expand Down

0 comments on commit cafe0c0

Please sign in to comment.