satnogs-rotator-firmware
Loading...
Searching...
No Matches
rotator_pins.h
Go to the documentation of this file.
1
10#ifndef ROTATOR_PINS_H_
11#define ROTATOR_PINS_H_
12
13#define M1IN1 10
14#define M1IN2 9
15#define M1SF 7
16#define M1FB A1
17
18#define M2IN1 11
19#define M2IN2 3
20#define M2SF 6
21#define M2FB A0
22
23#define MOTOR_EN 8
24
25#define SW1 5
26#define SW2 4
27
28#define RS485_DIR 2
29
30#define SDA_PIN 3
31#define SCL_PIN 4
32
33#define PIN12 12
34#define PIN13 13
35#define A2 A2
36#define A3 A3
37
38#endif /* ROTATOR_PINS_H_ */