Skip to content

Commit

Permalink
Adjust pin scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiikutuzov committed May 17, 2022
1 parent 09c0e4b commit d54a63a
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions air_quality/air_quality.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,28 @@
********************************************************************************/

/*
ESP-WROOM-32 Utilized pins
╔═════════════════════════════╗
║┌─┬─┐ ┌──┐ ┌─┐ ║
║│ | └──┘ └──┘ | ║
║│ | | ║
╠═════════════════════════════╣
+++ ║GND GND║ +++
+++ ║3.3V IO23║ USED_FOR_NOTHING
║ IO22║
║IO36 IO1║ TX
║IO39 IO3║ RX
║IO34 IO21║
║IO35 ║ NC
RED_LED ║IO32 IO19║ MHZ TX
║IO33 IO18║ MHZ RX
LIGHT_SENSOR ║IO25 IO5║
LED_YELLOW ║IO26 IO17║
║IO27 IO16║ NEOPIXEL
VINDRIKTNING ║IO14 IO4║
║IO12 IO0║ +++, BUTTONS
╚═════════════════════════════╝
*/
* ESP-WROOM-32 Utilized pins
* ╔═════════════════════════════╗
* ║┌─┬─┐ ┌──┐ ┌─┐ ║
* ║│ | └──┘ └──┘ | ║
* ║│ | | ║
* ╠═════════════════════════════╣
* +++ ║GND GND║ +++
* +++ ║3.3V IO23║ USED_FOR_NOTHING
* ║ IO22║
* ║IO36 IO1║ TX
* ║IO39 IO3║ RX
* ║IO34 IO21║
* ║IO35 ║ NC
* RED_LED ║IO32 IO19║ MHZ TX
* ║IO33 IO18║ MHZ RX
* LIGHT_SENSOR ║IO25 IO5║
* LED_YELLOW ║IO26 IO17║
* ║IO27 IO16║ NEOPIXEL
* VINDRIKTNING ║IO14 IO4║
* ║IO12 IO0║ +++, BUTTONS
* ╚═════════════════════════════╝
*/

#include <HomeSpan.h>
#include "DEV_Sensors.h"
Expand Down

0 comments on commit d54a63a

Please sign in to comment.