Skip to content

Commit 80a0972

Browse files
committed
fix adc knock
1 parent 22a147c commit 80a0972

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"postman.settings.dotenv-detection-notification-visibility": false
3+
}

ext/rusefi

Submodule rusefi updated 389 files

img/mazduino-compact-4ch.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Mazduino Compact 4CH Image
2+
3+
This file is a placeholder for the Mazduino Compact 4CH board image.
4+
5+
Please replace this file with an actual image file named:
6+
`mazduino-compact-4ch.jpg` or `mazduino-compact-4ch.png`
7+
8+
Image should show:
9+
- Top view of the Mazduino Compact 4CH board
10+
- Clear view of connectors and components
11+
- Recommended resolution: 800x600 or higher

knock_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#pragma once
66

7-
// Knock is on ADC3
8-
#define KNOCK_ADC ADCD3
7+
// Knock is on ADC1 (PA6 is available on ADC1)
8+
#define KNOCK_ADC ADCD1
99

1010
// knock 1 - pin PA6
1111
#define KNOCK_ADC_CH1 ADC_CHANNEL_IN6

0 commit comments

Comments
 (0)