8000 Initial C2 support by Jason2866 · Pull Request #227 · tasmota/arduino-esp32 · GitHub
[go: up one dir, main page]

Skip to content

Initial C2 support #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
No Neopixel RGB on the c2 board
  • Loading branch information
Jason2866 authored Jul 23, 2023
commit c24b2510938170a795855d5a0a520b9b6eebbda9
2 changes: 0 additions & 2 deletions variants/esp32c2/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+8;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN
#define RGB_BUILTIN LED_BUILTIN
#define RGB_BRIGHTNESS 64

#define analogInputToDigitalPin(p) (((p)<NUM_ANALOG_INPUTS)?(analogChannelToDigitalPin(p)):-1)
#define digitalPinToInterrupt(p) (((p)<NUM_DIGITAL_PINS)?(p):-1)
Expand Down
0