Search found 1 match

by Dremkin
Mon Jun 13, 2022 6:30 pm
Forum: ESP32 Arduino
Topic: ESP32 DEVKITV1, pins 36 (HALL VP) and 39 (HALL VN)
Replies: 0
Views: 1053

ESP32 DEVKITV1, pins 36 (HALL VP) and 39 (HALL VN)

I'm trying to use these two contacts for simple input. Pull-up resistor 1k. As a result, it turns out that these two contacts are interconnected - if pin 36 is connected to ground, then pin 39 is also connected to ground.. Can these pins be used as two separate inputs? int pinTest1 = 36; int pinTest...