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-20 12:03:19 +01:00
2023-01-11 15:40:23 +01:00
2023-01-06 09:24:29 +01:00
2022-02-20 22:24:11 +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-17 15:24:32 +01:00
2023-01-07 12:01:03 +01:00
2023-01-17 15:24:32 +01:00
2023-01-07 12:01:03 +01:00
2023-01-16 17:28:44 +01:00
2023-01-17 15:24:32 +01:00
2023-01-06 09:24:29 +01:00
2023-01-20 12:03:19 +01:00
2023-01-16 18:31:17 +01:00
2023-01-20 12:03:19 +01:00
2023-01-20 12:03:19 +01:00
2023-01-20 12:03:19 +01:00
2023-01-20 12:03:19 +01:00
2023-01-20 12:03:19 +01:00
2023-01-20 12:03:19 +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-15 17:19:44 +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-11-11 18:17:12 +01:00
2022-12-20 17:47:33 +01:00
2023-01-06 09:24:29 +01:00
2022-11-02 14:56:50 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-07 12:01:03 +01:00
2023-01-20 19:21:45 +01:00
2023-01-20 19:21:45 +01:00
2023-01-06 09:24:29 +01:00
2023-01-07 12:01:03 +01:00
2023-01-17 15:24:32 +01:00
2023-01-06 09:24:29 +01:00
2023-01-07 12:01:03 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-07 12:01:03 +01:00
2023-01-07 12:01:03 +01:00
2020-04-10 12:30:08 +02:00
2022-11-06 10:58:19 +01:00
2020-04-10 12:30:08 +02:00
2019-07-23 18:51:26 +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-17 15:24:32 +01:00
2023-01-20 19:21:45 +01:00
2023-01-20 19:21:45 +01:00
2022-12-19 14:00:52 +01:00
2023-01-20 12:34:11 +01:00