Skip to content

Conversation

@dralicimen
Copy link
Contributor

This pull request adds the dwiBus library to the Arduino Library Manager. The dwiBus library is designed to facilitate UART communication between multiple devices with support for CRC-based error handling. It is compatible with both Arduino and ESP32 platforms, and it works seamlessly with SoftwareSerial and HardwareSerial interfaces.
Key Features:

Supports both SoftwareSerial and HardwareSerial.
CRC-8 based error detection for reliable communication.
Compatible with Arduino and ESP32 platforms.
Examples included:
    SerialChat: Demonstrates a basic chat system between two devices.
    DynamicSerialChat: Allows setting device addresses dynamically at runtime.
    Client0x01 and Client0x02: Example clients that send and receive messages based on their unique addresses.

Repository: dwiBus GitHub Repository
Steps Taken:

Forked the Arduino Library Registry repository.
Created a new branch: add-dwiBus-library.
Added a dwiBus.yml file with the necessary library metadata.
Committed the changes and created this pull request.

Please Review:

I kindly request the Arduino team to review this submission. I believe this library will be a valuable addition to the Arduino Library Manager.

By adding this description to your pull request, you'll provide the Arduino team with all the relevant details, making the review process smoother and increasing the chance of approval.

@github-actions github-actions bot requested a review from per1234 October 28, 2024 20:11
@github-actions github-actions bot added the topic: other Something other than a library list request label Oct 28, 2024
@github-actions
Copy link
Contributor

Hi @dralicimen.
Your pull request has been detected as something other than a Library Manager submission.
A maintainer will need to review it before it can be merged.

If you intended to submit a library, please check the instructions and update your pull request if necessary:
https://github.com/arduino/library-registry/blob/main/README.md#instructions

Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dralicimen this is not the correct way to submit a library to the registry. Please carefully follow the instructions in the readme:

https://github.com/arduino/library-registry#adding-a-library-to-library-manager

@per1234 per1234 added status: waiting for information More information must be provided before work can proceed topic: submission Add library to the list and removed topic: other Something other than a library list request labels Oct 28, 2024
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of #5317

@per1234 per1234 closed this Oct 30, 2024
@per1234 per1234 self-assigned this Oct 30, 2024
@per1234 per1234 added conclusion: duplicate Has already been submitted and removed status: waiting for information More information must be provided before work can proceed labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conclusion: duplicate Has already been submitted topic: submission Add library to the list

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants