{
  "pins": "Control currents in Pins for analog/digital signals, servos, i2c, ...",
  "pins.P0": "Pin P0 on the edge connector",
  "pins.P1": "Pin P1 on the edge connector",
  "pins.P10": "Pin P10 on the edge connector",
  "pins.P11": "Pin P11 on the edge connector",
  "pins.P12": "Pin P12 on the edge connector",
  "pins.P13": "Pin P13 on the edge connector",
  "pins.P14": "Pin P14 on the edge connector",
  "pins.P15": "Pin P15 on the edge connector",
  "pins.P16": "Pin P16 on the edge connector",
  "pins.P19": "Pin P19 on the edge connector",
  "pins.P2": "Pin P2 on the edge connector",
  "pins.P20": "Pin P20 on the edge connector",
  "pins.P21": "Pin P21 on the edge connector",
  "pins.P22": "Pin P22 on the edge connector",
  "pins.P23": "Pin P23 on the edge connector",
  "pins.P24": "Pin P24 on the edge connector",
  "pins.P25": "Pin P25 on the edge connector",
  "pins.P26": "Pin P26 on the edge connector",
  "pins.P27": "Pin P27 on the edge connector",
  "pins.P28": "Pin P28 on the edge connector",
  "pins.P29": "Pin P29 on the edge connector",
  "pins.P3": "Pin P3 on the edge connector",
  "pins.P30": "Pin P30 on the edge connector",
  "pins.P31": "Pin P31 on the edge connector",
  "pins.P4": "Pin P3 on the edge connector",
  "pins.P5": "Pin P5 on the edge connector",
  "pins.P6": "Pin P6 on the edge connector",
  "pins.P7": "Pin P7 on the edge connector",
  "pins.P8": "Pin P8 on the edge connector",
  "pins.P9": "Pin P9 on the edge connector",
  "pins.analogReadPin": "Reads the pin status",
  "pins.analogWritePin": "Sets the digital pin status",
  "pins.analogWritePin|param|pin": "@param value ",
  "pins.digitalReadPin": "Reads the pin status",
  "pins.digitalWritePin": "Sets the digital pin status",
  "pins.digitalWritePin|param|pin": "@param value ",
  "pins.onEvent": "Register code to run when a pin event occurs.",
  "pins.onPulsed": "Make this pin a digital input, and create events where the timestamp is the duration\nthat this pin was either ``high`` or ``low``.",
  "pins.pulseIn": "Return the duration of a pulse in microseconds",
  "pins.pulseIn|param|value": "the value of the pulse (default high)",
  "pins.setPull": "Sets the pin pull",
  "pins.setPull|param|pin": "@param mode "
}