Skip to content

Commit

Permalink
Integrate circuits and control onto ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
saturn691 committed Jun 13, 2024
1 parent 88652bd commit ecc2005
Show file tree
Hide file tree
Showing 17 changed files with 1,466 additions and 224 deletions.
40 changes: 25 additions & 15 deletions esp32-tests/single_stepper_motor/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:esp-wrover-kit]
platform = espressif32
board = esp-wrover-kit
framework = arduino
monitor_speed = 115200
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:esp-wrover-kit]
platform = espressif32
board = esp-wrover-kit
framework = arduino
monitor_speed = 115200
lib_deps =
knolleary/PubSubClient
bblanchon/ArduinoJson
khoih-prog/TimerInterrupt_Generic@^1.13.0
adafruit/Adafruit MPU6050
arduino-libraries/NTPClient @ ^3.2.1
adafruit/Adafruit Unified Sensor
adafruit/Adafruit BusIO
Wire
SPI
Loading

0 comments on commit ecc2005

Please sign in to comment.