PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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