Adafruit Sensors: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= Introduction = | = Introduction = | ||
In this article,we propose an overview of the [[Adafruit Circuit Playground Express]] (CPX) sensors | In this article,we propose an overview of the [[Adafruit Circuit Playground Express]] (CPX) built-in sensors. This aim of this page is to show you how to leverage them in [[MakeCode]]. | ||
= Adafruit Capacitive touch = | = Adafruit Capacitive touch = |
Revision as of 11:04, 24 September 2019
Introduction
In this article,we propose an overview of the Adafruit Circuit Playground Express (CPX) built-in sensors. This aim of this page is to show you how to leverage them in 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.