Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P0 P1 P2 "pin is touched" should have resistive behaviour instead of capacitative #33

Open
DavidLeoni opened this issue Aug 4, 2024 · 0 comments

Comments

@DavidLeoni
Copy link

Currently the pin is touched block for P0, P1, P2 gives true only if you directly touch a pin with a finger, so it seems set to 'capacitative' mode but according to the reference:

https://support.microbit.org/support/solutions/articles/19000116318-touch-sensing-on-the-micro-bit

the default behaviour for P0, P1, P2 should actually be resistive, meaning you should also need to touch GND to activate them (the default behaviour for the logo button is capacitative)

I tried also the native 'Pin is pressed' blocks in MakeCode and from my experiments they look resistive by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant