I have a MicroMod FD Analog1 and program it with VScode which is fine so far. I have now a new application to read a MAF-Sensor with a frequency output
From the MicroModFD manual (page 32) it would be possible to read the f and DC of DIN 0-5 (Frequenz: 0 bis 20 kHz (nur Eingänge 0 bis 5)
Tastverhältnis: 0,0 bis 100,0 % (nur Eingänge 0 bis 5)).
Is this function already fully included in the c code functions? There is a fin.h with header
Code: Select all
fin.h
...
@addtogroup Frequency_In
//! <h3> API Functions for analoge Inputs </h3>
//!
//! The functions can be used to access the analog Inputs.
//!
//! <h3> Targets: </h3>
//! - PCAN-MicroMod FDfrom the definition:
Code: Select all
#define FIN_COUNT 6
extern fin_config_t fin_config[FIN_COUNT];Is this correct or is there some other function available for the fin on DI?
Thanks
Stefan
