Are there program calls for these in B4r for the ESP32.?
I want to sample an analog (1 sample per mS) and measure frequency based on a square wave into a DI derived with external hardware from the analog signal.
What approach would I use with B4R?
At present, with conventional Arduino the analogRead() interferes with the Digital interrupt, so B4r may be the solution.
I want to sample an analog (1 sample per mS) and measure frequency based on a square wave into a DI derived with external hardware from the analog signal.
What approach would I use with B4R?
At present, with conventional Arduino the analogRead() interferes with the Digital interrupt, so B4r may be the solution.