Adafruit Sensors: Difference between revisions
Jump to navigation
Jump to search
(Created page with " = Introduction = In this article,we propose an overview of the Adafruit Circuit Playground Express (CPX) sensors which can be used with MakeCode. = Adafruit Capacit...") |
|||
Line 5: | Line 5: | ||
= Adafruit Capacitive touch = | = Adafruit Capacitive touch = | ||
[[File:Circuit playground captouch.jpg|450px|left|Capacitive touch pins]] | [[File:Circuit playground captouch.jpg|450px|left|none|Capacitive touch pins]] | ||
On the CPX, there are 7 capacitive pins (A1, A2, A3, A4, A5, A6 and A7). They can be used as buttons (like buttons A or B). | |||
There are two means to | |||
= Links = | = Links = |
Revision as of 11:02, 24 September 2019
Introduction
In this article,we propose an overview of the Adafruit Circuit Playground Express (CPX) sensors which can be used with MakeCode.
Adafruit Capacitive touch
On the CPX, there are 7 capacitive pins (A1, A2, A3, A4, A5, A6 and A7). They can be used as buttons (like buttons A or B). There are two means to
Links
Aknowledgement
Pictures as well as some text was reproduced from the Adafruit circuit playground express documentation. Some pictures are available under a CC BY-NC-SA license. Others are copyright AdaFruit and "all rights reserved" and reproduced with permission. Before you reuse any picture from this website, make sure to look at the license information.
For more information about using Adafruit, see https://learn.adafruit.com.