Compare commits
3 Commits
8608d82aa2
...
1cc1406a5f
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cc1406a5f | |||
| 85d64e4f1c | |||
| 9a1da982de |
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
unsigned long lastRecvTime = 0;
|
unsigned long lastRecvTime = 0;
|
||||||
|
|
||||||
#define SERVO_X_PIN 17 // Pin servo motor 1
|
#define SERVO_X_PIN 17 // Pin servo motor 1
|
||||||
#define SERVO_Y_PIN 16 // Pin servo motor 2
|
#define SERVO_Y_PIN 16 // Pin servo motor 2
|
||||||
#define SERVO_A_PIN 18 // Pin servo motor 3
|
#define SERVO_A_PIN 18 // Pin servo motor 3
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <esp_now.h>
|
#include <esp_now.h>
|
||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
uint8_t broadcastAddress[] = {0xB0, 0xA7, 0x32, 0x22, 0x60, 0x98}; // B0:A7:32:22:60:98
|
uint8_t broadcastAddress[] = {0xB0, 0xA7, 0x32, 0x22, 0x60, 0x98}; // B0:A7:32:22:60:98
|
||||||
|
|
||||||
int con = 25;
|
int con = 25;
|
||||||
int gas = 26;
|
int gas = 26;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user