Files
WLED_MM_Infinity/wled00
Frank 45e46822a1 PinManager: additional GPIO infos
bool isPinTouch(int gpio);                                   // true if gpio supports touch functions
  bool isPinAnalog(int gpio);                                  // true if gpio supports analogRead
  bool isPinADC1(int gpio);                                    // true if gpio supports analogRead, and it belongs to ADC unit 1
  bool isPinADC2(int gpio);                                    // true if gpio supports analogRead, and it belongs to ADC unit 2
  #define PM_NO_PIN 255
  typedef enum { ADC_none = 0, ADC1 = 1, ADC2 = 2 } AdcIdentifier;
  uint8_t  getADCPin(AdcIdentifier adcUnit, uint8_t adcPort);   // get GPIO number for ADC unit x, channel y. 255 = no such pin
2023-01-20 19:21:45 +01:00
..
2023-01-11 15:40:23 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-12 20:35:34 +01:00
2023-01-06 09:24:29 +01:00
2023-01-16 18:31:17 +01:00
2023-01-06 09:24:29 +01:00
2023-01-16 18:31:17 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-12 20:35:34 +01:00
2023-01-06 09:24:29 +01:00
2023-01-12 20:35:34 +01:00
2023-01-06 09:24:29 +01:00
2022-12-20 17:47:33 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2020-04-10 12:30:08 +02:00
2020-04-10 12:30:08 +02:00
2023-01-06 09:24:29 +01:00
2022-03-20 22:12:18 +01:00
2023-01-06 09:24:29 +01:00
2023-01-14 23:37:18 +01:00
2023-01-20 19:21:45 +01:00
2023-01-20 19:21:45 +01:00
2023-01-20 12:34:11 +01:00