static const uint8_t T5 = 12; static const uint8_t T6 = 14; static const uint8_t T7 = 27; static const uint8_t T8 = 33; static const uint8_t T9 = 32; static const uint8_t DAC1 = 25; static const uint8_t DAC2 = 26; #endif /* Pins_Ar...
#ifndefPins_Arduino_h #definePins_Arduino_h #include<avr/pgmspace.h> #defineNUM_DIGITAL_PINS20 #defineNUM_ANALOG_INPUTS6 #defineanalogInputToDigitalPin(p) ((p <6) ? (p) +14: -1) #ifdefined(__AVR_ATmega8__) #definedigitalPinHasPWM(p) ((p) ==9|| (p) ==10|| (p) ==11) ...
https://github.com/derricktsai0904/Arduino/blob/master/06.ESP32%E6%8E%A7%E5%88%B6/03.Camera...
Arduino core for the ESP32. Contribute to espressif/arduino-esp32 development by creating an account on GitHub.
master .github bootloaders cores doc libraries package tests tools variants ESPDuino adafruit agruminolemonv4 arduino_spi arduino_uart d1 d1_mini pins_arduino.h eduinowifi esp8285 espectro espino espinotee espresso_lite_v1 espresso_lite_v2 ...
2 changes: 1 addition & 1 deletion 2 variants/lopy4/pins_arduino.h Original file line numberDiff line numberDiff line change @@ -48,7 +48,7 @@ static const uint8_t A11 = 0; static const uint8_t A12 = 2; static const uint8_t A13 = 15; static const uint8_t A14 = 13; st...
Arduino core for the ESP32. Contribute to espressif/arduino-esp32 development by creating an account on GitHub.
Pins_Arduino_h #define Pins_Arduino_h #define PIN_WIRE_SDA (4) #define PIN_WIRE_SCL (5) static const uint8_t SDA = PIN_WIRE_SDA; static const uint8_t SCL = PIN_WIRE_SCL; #ifndef LED_BUILTIN #define LED_BUILTIN 1 #endif #include "common.h" #endif /* Pins_Arduino_h */ ...
arduino-esp32 variants d-duino-32 pins_arduino.h onab197e1 User selector All users DatepickerAll time Commit History Commits on Feb 16, 2022 GPIO refactoring (#6259) P-R-O-C-H-YcommittedFeb 16, 2022 Verified c7cc5c9 Commits on Nov 19, 2018 adding D-duino-32...