Skip to content

Instantly share code, notes, and snippets.

@xxlukas42
xxlukas42 / esp32_internal_hall.ino
Last active April 21, 2024 04:16
Arduino source code for ESP32 internal temperature sensor and hall sensor
void setup() {
Serial.begin(115200);
}
void loop() {
int measurement = 0;
measurement = hallRead();