parent
0709e4cb62
commit
eb20cc0aca
@ -0,0 +1,21 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Your System
|
||||
- VARIANT:
|
||||
- CONTROL TYPE:
|
||||
- CONTROL MODE:
|
||||
- What is your application?
|
||||
- Hovercar, Skateboard, RC platform, etc.
|
||||
|
||||
Describe the bug and how we can reproduce it.
|
||||
|
||||
```c
|
||||
// a code sample may improve communication
|
||||
```
|
||||
@ -0,0 +1,14 @@
|
||||
---
|
||||
name: Idea / Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**What can we do to make the firmware better?**
|
||||
Consider if code examples or images would help communicate your request.
|
||||
|
||||
**Describe suggestions or alternatives you have considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
@ -0,0 +1,26 @@
|
||||
---
|
||||
name: Question about the firmware
|
||||
about: How to use the firmware to...
|
||||
title: ''
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Your System
|
||||
- VARIANT:
|
||||
- CONTROL TYPE:
|
||||
- CONTROL MODE:
|
||||
- What is your application?
|
||||
- Hovercar, Skateboard, RC platform, etc.
|
||||
|
||||
**Before asking a question** see if it is already answered in:
|
||||
* [Wiki pages](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/wiki)
|
||||
|
||||
**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
|
||||
```
|
||||
Loading…
Reference in new issue