PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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