diff --git a/.github/ISSUE_TEMPLATE/question-about-the-firmware.md b/.github/ISSUE_TEMPLATE/question-about-the-firmware.md deleted file mode 100644 index c7496c8..0000000 --- a/.github/ISSUE_TEMPLATE/question-about-the-firmware.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Question about the firmware -about: How to use the firmware to... -title: '' -labels: question -assignees: '' - ---- - -### Before asking a question -See if it is already answered in [Wiki pages](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki) - -### Describe your System so we can help you better -- VARIANT: -- CONTROL TYPE: -- CONTROL MODE: -- What is your application? - - Hovercar, Skateboard, RC platform, etc. - -### Indicate what you have tried -If applicable, indicate what you tried that _doesn't_ work: - -```c -input1[inIdx].raw = adc_buffer.l_rx2; -input2[inIdx].raw = adc_buffer.l_tx2 -```