Skip to content

Feather HUZZAH ESP32 Pot. no data #406

@brentru

Description

@brentru

Describe the bug
No data produced by a pot. connected to the Feather HUZZAH ESP32 pin A2

Arduino board
Feather Huzzah ESP32

Which components are connected to your device
Pot. to A2, on-change

Screenshots
image

Notes
The pot. and pin/ADC2 have been tested working with simple Arduino sketch,

  // read the value from the sensor:
  sensorValue = analogRead(sensorPin);
  
  Serial.print("Pin Value: ");
  Serial.println(sensorValue);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions