PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

11 linhas
660B

  1. name=CapacitiveSensor
  2. version=0.5.1
  3. author=Paul Bagder, Paul Stoffregen
  4. maintainer=Paul Stoffregen
  5. sentence=Create capacitive sensors that can detect touch or proximity.
  6. paragraph=The capacitiveSensor library turns two or more Arduino pins into a capacitive sensor, which can sense the electrical capacitance of the human body. All the sensor setup requires is a medium to high value resistor and a piece of wire and a small (to large) piece of aluminum foil on the end. At its most sensitive, the sensor will start to sense a hand or body inches away from the sensor.
  7. category=Sensors
  8. url=http://playground.arduino.cc/Main/CapacitiveSensor
  9. architectures=*