/* * PeakDetector.c * * Created on: 15 cze 2019 * Author: robert */ #include "PeakDetector.h" bool PeakDetector_Init(uint8_t pin) { } void PeakDetector_Tick() { }