Skip to content

No ADC pin Found #10

Description

@borch84

Hi I am running the python example:

#! /usr/bin/env python from iteadsdk import * LED = GPIO4 pinMode(LED, OUTPUT) while True: digitalWrite(LED, HIGH) delay(1000) digitalWrite(LED, LOW) delay(1000)

The LED is connected to GPIO4, but when I run the example I only got:
No ADC pin found.

I compiled the lastest version of Segnix to my RaspberryPi 3 B+

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions