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

Feature new sketch 1A9-R_DDI_AND_EWI #94

Merged

Conversation

Arribe
Copy link
Collaborator

@Arribe Arribe commented Mar 21, 2024

Description

New sketch for 1A9-R_DDI_AND_EWI

Closes #37

Dependencies

  • List any dependencies that are required for this change, including a full list of libraries required, especially if it is a new or otherwise unused library in the OpenHornet software.

Type of change

  • New software module (new software module for slave)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update outside of the automatically-generated Doxygen documentation.

Checklist:

  • My code follows the style guidelines of this project
  • I have complied with the software manual for this project
  • I have performed a self-review of my own code
  • I have commented my code fully with Doxygen compatible comments, particularly in hard-to-understand areas
  • I have made corresponding changes to non-Doxygen generated documentation
  • I have ran Doxygen locally, and it builds the docs successfully
  • My changes generate no errors on compile in Arduino IDE
  • My changes generate no new warnings on compile in Arduino IDE
  • Any dependent changes have been merged and published in downstream modules
  • (For sketches only) This sketch complies with OH-INTERCONNECT v10
  • If this sketch requires additional libraries, I have added it as a sub-module per the Arduino Libraries section of the Software Manual.

How Has This Been Tested?

  • I have tested the sketch in-circuit in DCS with DCS-BIOS and outputs (displays, LEDs, etc.) function as expected.
  • I have tested the sketch in-circuit in DCS with DCS-BIOS and HID inputs (switches, pots, etc.) function as expected, with switches moving the correct direction.
  • I have tested the sketch in-circuit in DCS with DCS-BIOS and any logic in the sketch has been tested and functions as expected.
  • This code has not yet been tested in-circuit.
  • This code has not yet been tested in DCS-BIOS.

Description of Testing

Loaded sketch, tested the DCS Bios messages both with DCS not running and in sim.

Test Configuration

  • Firmware version:
  • Hardware: 0.2.0
  • Toolchain:
  • SDK: DCSBios FP 0.3.9

@jrsteensen jrsteensen added Type: Enhancement New feature or request. Category: Embedded This issue affects a specific embedded microcontroller software (i.e. an Arduino Sketch). P3 Medium Priority: A defect with this priority must be in contention to be fixed as it could also deal S2 Major Severity: Any Major feature implemented that is not meeting its requirements/use case(s) and b labels Mar 25, 2024
@jrsteensen jrsteensen added this to the v0.1.0 milestone Mar 25, 2024
@jrsteensen jrsteensen linked an issue Mar 25, 2024 that may be closed by this pull request
16 tasks
@jrsteensen jrsteensen merged commit 8d7416a into jrsteensen:develop Mar 25, 2024
2 checks passed
@jrsteensen jrsteensen linked an issue Oct 24, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Embedded This issue affects a specific embedded microcontroller software (i.e. an Arduino Sketch). P3 Medium Priority: A defect with this priority must be in contention to be fixed as it could also deal S2 Major Severity: Any Major feature implemented that is not meeting its requirements/use case(s) and b Type: Enhancement New feature or request.
Projects
Development

Successfully merging this pull request may close these issues.

[NEW SKETCH]: 1A9-R_DDI_AND_EWI.ino
2 participants