Skip to content

uBit.io.logo might need to be configured as capacitive mode on startup #168

Closed
@microbit-carlos

Description

@microbit-carlos

It's possible that with the move to uBit.io.logo the default NRF52Pin touch mode is resistive and it might need to be set up to capacitive on startup.

With the latest commit in main, running this code and touching the logo is only registered if I am touching the GND pin as well:

from microbit import *
while True:
    print(pin_logo.is_touched())
    sleep(200)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions