8 lines
138 B
C
8 lines
138 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
void initSoftwareKnock();
|
||
|
void startKnockSampling(uint8_t cylinderIndex);
|
||
|
void processLastKnockEvent();
|