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+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions