-
Notifications
You must be signed in to change notification settings - Fork 0
Make universal pin labelling #5
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
Comments
Ax are not possible to map on ESP32, because it already defines "ESP32 Dev Module". |
What is the problem exactly? |
There is already And what about create own board configuration for ALKS (for Arduino/PlatformIO)?
|
@JarekParal |
It would be nice to have own board.txt (or pins_arduino.h) and send pull request to Arduino and PlatformIO. |
What we will do with this @CornyjK :-)? Are the digital pins (D1, D2, ...) on ESP32 implemented? |
Ok, could you send pull-request @CornyjK? |
@JarekParal |
I agree with your answer @CornyjK. Could you define pins in this library for SPI, I2C on the ESP32 as I mentioned in the issue RoboticsBrno/ArduinoLearningKitStarter#21. |
Here is preview of file for PR. |
SPI/IIC has the same issue as the analog pins. |
You can set the pins for I2C and SPI on ESP32 in this functions as |
* Initial support * Add SPI and I2C pins * Add simplified functions * Add support for ALKSESP32 board variant * Revert "Add simplified functions" This reverts commit 16aab29. * Improvement * Change #elif defined(ALKSESP32) description * Move comment * Add a notice
Label ESP32 and AVR pins so they can be accessed universally (Eg. D1, A1).
The text was updated successfully, but these errors were encountered: