Updated micro configuration files to match the new micro we're using.

This commit is contained in:
2024-05-16 17:59:53 -04:00
parent c92d6efdc1
commit 20a7aef333
7 changed files with 230 additions and 244 deletions

View File

@@ -3348,7 +3348,7 @@
(hide yes)
)
)
(property "Manufacturer_Part_Number" "XL-1615RGBC-RF"
(property "Manufacturer_Part_Number" "XINGLIGHT XL-1615RGBC-WS2812B"
(at 172.72 85.09 0)
(effects
(font
@@ -3573,7 +3573,7 @@
(hide yes)
)
)
(property "Manufacturer_Part_Number" "XL-1615RGBC-RF"
(property "Manufacturer_Part_Number" "XINGLIGHT XL-1615RGBC-WS2812B"
(at 144.78 85.09 0)
(effects
(font

View File

@@ -1,4 +1,4 @@
23051446608859384
23051448623587519
Audio_Module
Reverb_BTDR-1H
Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf)
@@ -83822,7 +83822,7 @@ Bottom Block Connector
0
12
16
5
Quinn_lib
Top Block Connector

View File

@@ -0,0 +1 @@
{"hostname":"THE-OBELISK","username":"Quinn"}

View File

@@ -183,10 +183,10 @@
(pad "1" smd rect
(at -7 -7)
(size 4 4)
(layers "B.Cu" "F.Paste" "F.Mask")
(layers "B.Cu" "B.Paste" "B.Mask")
(clearance 0.001)
(thermal_bridge_angle 45)
(uuid "0698daae-d3f9-4416-b673-1b0ed072bc05")
(uuid "101e8ad9-224f-46b3-87f4-ad0e56bc0bc4")
)
(pad "2" smd rect
(at 7 -7)
@@ -199,10 +199,10 @@
(pad "2" smd rect
(at 7 -7)
(size 4 4)
(layers "B.Cu" "F.Paste" "F.Mask")
(layers "B.Cu" "B.Paste" "B.Mask")
(clearance 0.001)
(thermal_bridge_angle 45)
(uuid "dfa9815c-8572-45e1-aa57-635d938fa16d")
(uuid "06364b91-e27a-453c-825d-4c93c7f54252")
)
(pad "3" smd rect
(at -7 7)
@@ -215,10 +215,10 @@
(pad "3" smd rect
(at -7 7)
(size 4 4)
(layers "B.Cu" "F.Paste" "F.Mask")
(layers "B.Cu" "B.Paste" "B.Mask")
(clearance 0.001)
(thermal_bridge_angle 45)
(uuid "b445c4b9-47ab-4f73-83d4-c57f52276101")
(uuid "0697be5b-a96c-486b-a801-75d3591a3309")
)
(pad "4" smd rect
(at 7 7)
@@ -231,10 +231,10 @@
(pad "4" smd rect
(at 7 7)
(size 4 4)
(layers "B.Cu" "F.Paste" "F.Mask")
(layers "B.Cu" "B.Paste" "B.Mask")
(clearance 0.001)
(thermal_bridge_angle 45)
(uuid "dd549abf-fa6f-479b-a9f8-a78bbb146145")
(uuid "da7ec61f-94ae-47b7-b5fb-1e456a9d5374")
)
(pad "5" thru_hole oval
(at -9.65 -7)

View File

@@ -6,39 +6,39 @@
#pragma once
// Stack 1 pins
#define STACK1_ADC_PIN 34
#define STACK1_LED_PIN 5
#define STACK1_ADC_PIN 4
#define STACK1_LED_PIN 9
// Stack 2 pins
#define STACK2_ADC_PIN 39
#define STACK2_LED_PIN 18
#define STACK2_ADC_PIN 5
#define STACK2_LED_PIN 10
// Stack 3 pins
#define STACK3_ADC_PIN 36
#define STACK3_LED_PIN 19
#define STACK3_ADC_PIN 6
#define STACK3_LED_PIN 11
// Stack 4 pins
#define STACK4_ADC_PIN 35
#define STACK4_LED_PIN 17
#define STACK4_ADC_PIN 7
#define STACK4_LED_PIN 12
// Stack 5 pins
#define STACK5_ADC_PIN 32
#define STACK5_LED_PIN 16
#define STACK5_ADC_PIN 15
#define STACK5_LED_PIN 13
// Stack 6 pins
#define STACK6_ADC_PIN 33
#define STACK6_LED_PIN 4
#define STACK6_ADC_PIN 16
#define STACK6_LED_PIN 14
// Stack 7 pins
#define STACK7_ADC_PIN 25
#define STACK7_LED_PIN 0
#define STACK7_ADC_PIN 17
#define STACK7_LED_PIN 37
// Stack 8 pins
#define STACK8_ADC_PIN 26
#define STACK8_LED_PIN 2
#define STACK8_ADC_PIN 18
#define STACK8_LED_PIN 38
// Stack 9 pins
#define STACK9_ADC_PIN 27
#define STACK9_LED_PIN 15
#define STACK9_ADC_PIN 8
#define STACK9_LED_PIN 45

View File

@@ -8,9 +8,21 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:denky32]
[env]
platform = espressif32
board = denky32
framework = arduino
monitor_speed = 115200
lib_deps = adafruit/Adafruit NeoPixel@^1.12.0
[env:esp32-s3-debug]
board = adafruit_feather_esp32s3_nopsram
build_type = debug
build_flags = -D DEBUG
[env:esp32-s3-build]
board = adafruit_feather_esp32s3_nopsram
build_flags = -D RELEASE
build_type = release
[env:denky32]
board = denky32