Compare commits
3 Commits
a0ec9092b0
...
871f1937a2
Author | SHA1 | Date |
---|---|---|
|
871f1937a2 | |
|
22363ea4e3 | |
|
e9e6e910e4 |
|
@ -0,0 +1 @@
|
||||||
|
arduino_secrets.h
|
|
@ -3,6 +3,7 @@
|
||||||
#include <Wire.h>
|
#include <Wire.h>
|
||||||
#include <MatrixMath.h>
|
#include <MatrixMath.h>
|
||||||
#include <Ps3Controller.h>
|
#include <Ps3Controller.h>
|
||||||
|
#include "arduino_secrets.h"
|
||||||
|
|
||||||
//Declare library objects
|
//Declare library objects
|
||||||
GY_85 IMU;
|
GY_85 IMU;
|
||||||
|
|
4
UDP.ino
4
UDP.ino
|
@ -1,5 +1,5 @@
|
||||||
const char* ssid = "CaveBot";
|
const char* ssid = SECRET_SSID;
|
||||||
const char* password = "&nHM%D2!$]Qg[VUv";
|
const char* password = SECRET_PASSWORD;
|
||||||
|
|
||||||
#include "WiFi.h"
|
#include "WiFi.h"
|
||||||
#include "AsyncUDP.h"
|
#include "AsyncUDP.h"
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
profiles:
|
||||||
|
Esp32BalanceBot:
|
||||||
|
fqbn: arduino:esp32:esp32:firebeetle32
|
||||||
|
platforms:
|
||||||
|
- platform: arduino:esp32 (1.0.4)
|
||||||
|
platform_index_url: https://dl.espressif.com/dl/package_esp32_index.json
|
||||||
|
libraries:
|
||||||
|
- GY85 (1.0)
|
||||||
|
- Wire (1.0.1)
|
||||||
|
- MatrixMath (1.0)
|
||||||
|
- PS3 Controller Host (1.1.0)
|
||||||
|
- WiFi (1.0)
|
||||||
|
- ESP32 Async UDP (1.0.0)
|
Loading…
Reference in New Issue