2025-11-01 13:36:07 -04:00
|
|
|
/*#############################################################################
|
|
|
|
|
## Author: Shaun Reed ##
|
|
|
|
|
## Legal: All Content (c) 2025 Shaun Reed, all rights reserved ##
|
|
|
|
|
## ##
|
|
|
|
|
## Contact: shaunrd0@gmail.com | URL: www.shaunreed.com ##
|
|
|
|
|
##############################################################################
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
// Pin may vary based on your schematic.
|
2025-11-02 12:00:36 -05:00
|
|
|
#define PIN_SDA GPIO_NUM_21
|
|
|
|
|
#define PIN_SCL GPIO_NUM_22
|
|
|
|
|
#define PIN_RST (-1)
|