Compare commits
No commits in common. "871f1937a2607bcaeb7d60a1e333f30f827fdac7" and "a0ec9092b0ac8e348fd3a36809e9f46d6962c37a" have entirely different histories.
871f1937a2
...
a0ec9092b0
|
@ -1 +0,0 @@
|
||||||
arduino_secrets.h
|
|
|
@ -3,7 +3,6 @@
|
||||||
#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 = SECRET_SSID;
|
const char* ssid = "CaveBot";
|
||||||
const char* password = SECRET_PASSWORD;
|
const char* password = "&nHM%D2!$]Qg[VUv";
|
||||||
|
|
||||||
#include "WiFi.h"
|
#include "WiFi.h"
|
||||||
#include "AsyncUDP.h"
|
#include "AsyncUDP.h"
|
||||||
|
|
13
sketch.yaml
13
sketch.yaml
|
@ -1,13 +0,0 @@
|
||||||
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