PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
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=*