Skip to content

Commit

Permalink
Changed pins to support Blend Micro board.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheong2K committed Apr 28, 2014
1 parent bb10864 commit e5a60f3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#include <ble_mini.h>
#include <Servo.h>

#define DIGITAL_OUT_PIN 4
#define DIGITAL_IN_PIN 5
#define PWM_PIN 6
#define SERVO_PIN 7
#define DIGITAL_OUT_PIN 2
#define DIGITAL_IN_PIN A4
#define PWM_PIN 3
#define SERVO_PIN 5
#define ANALOG_IN_PIN A5

Servo myservo;
Expand Down

0 comments on commit e5a60f3

Please sign in to comment.