// Бортюк Владимир. Задание 8.
#define PIN_TRIG 3
#define PIN_ECHO 2
// a b c d e f g
int ports[7] = {2, 3, 4, 5, 6, 7, 8};
const int port_servo = 12;
void setup() {
}
void loop() {
}
// Бортюк Владимир. Задание 8.
#define PIN_TRIG 3
#define PIN_ECHO 2
// a b c d e f g
int ports[7] = {2, 3, 4, 5, 6, 7, 8};
const int port_servo = 12;
void setup() {
}
void loop() {
}