Copy and paste to replace the header in the document, and fill out where indicated.
/**
* @file 3A3A1-STICK_CONTROLLER.ino
* @author <Replace with author's name>
* @date <MM.DD.YYYY>
* @version u.0.0.1 (untested)
* @warning This sketch is based on a wiring diagram, and was not yet tested on hardware. (Remove this line once tested on hardware and in system.)
* @brief Controls the FLIGHT CONTROL STICK.
*
* @details
*
* * **Reference Designator:** 3A3A1
* * **Intended Board:** CONTROLLER_Stick
* * **RS485 Bus Address:** NA
*
* **Wiring diagram:**
* PIN | Function
* --- | ---
* 1 | function 1
* 2 | function 2
* 3 | function 3
*
*/
PR Checklist
The following checklist is from the PR template, but is placed here to keep some requirements at the forefront of your mind as you create this sketch. Please update it as you go along.
[ ] 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.
Create a new sketch and makefile then PR them using an appropriately named feature branch to the
develop
branch of the OpenHornet-Software repository.embedded\OH3_Center_Tub
Sketch Header
Copy and paste to replace the header in the document, and fill out where indicated.
PR Checklist
The following checklist is from the PR template, but is placed here to keep some requirements at the forefront of your mind as you create this sketch. Please update it as you go along.
Checklist:
How Has This Been Tested?
Description of Testing