Skip to content
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

add comments to explain where libraries come from in the arduino code? #2

Open
rwhiffen opened this issue Jun 27, 2024 · 1 comment

Comments

@rwhiffen
Copy link
Collaborator

Opening this as an issue rather than a pull request for now.

It might be useful to add comments in the arduino code to explain where the libraries come from.
// sketch makes use of https://github.com/STEMpedia/DabbleESP32 library
#include <DabbleESP32.h>

//sketch makes use of https://github.com/DFRobot/DFRobotDFPlayerMini
#include <DFRobotDFPlayerMini.h>

Something like that?

@Maciej-droid
Copy link
Collaborator

Yes this information should be good in code or in README "Install Dabble32, DFRobotDFPlayerMini and ESP32 ESP32S2 AnalogWrite libraries in ArduinoIDE".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants