Skip to content

Conversation

@gandy92
Copy link
Contributor

@gandy92 gandy92 commented Dec 6, 2024

This commit adds an example how to use an ibus receiver with a RP2040 mcu.

Related Issue

As discussed here

Description

The example code includes a working minimal platformio.ini in form of a comment.

Type of PR

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Other (specify): _______________

Checklist:

  • I have performed a self-review of my code
  • I have read and followed the Contribution Guidelines.
  • I have tested the changes thoroughly before submitting this pull request.
  • I have provided relevant issue numbers, screenshots, and videos after making the changes.
  • I have commented my code, particularly in hard-to-understand areas.

This commit adds an example how to use an ibus receiver with a RP2040 mcu.
@gandy92 gandy92 requested a review from Witty-Wizard as a code owner December 6, 2024 11:39
@@ -0,0 +1,55 @@
/*!
* @file crsf_basic.ino
Copy link
Owner

Choose a reason for hiding this comment

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

change the file name here to ibus_basic.ino

@Witty-Wizard Witty-Wizard added the documentation 📖 Improvements or additions to documentation label Dec 6, 2024
@Witty-Wizard
Copy link
Owner

@gandy92, is there a pre compiler directive to identify the earlphile core for rp2040 we can use it to isolate the invert function, or maybe directly use the rp2040 API for implementing uart inversion

@Witty-Wizard
Copy link
Owner

@gandy92 I have added a .arduino-ci.yml file to build the example for earlephile core, this should not cause conflict when releasing the library in the arduino library manager

@Witty-Wizard Witty-Wizard self-requested a review December 7, 2024 08:05
@Witty-Wizard Witty-Wizard merged commit 69e005a into Witty-Wizard:main Dec 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation 📖 Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants