Replaced by yml form

This commit is contained in:
Candas1
2022-05-06 15:47:15 +02:00
committed by GitHub
parent f18eec5ac1
commit 4b16b64771

View File

@ -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
```