Change coming to 2.1

With added feature to capture signals and measure frequencies, we had to make a small change to the “Pin” library. The new feature uses hardware timers (very accurate) but those timers are also needed for PWM. The new pin enum makes it easy to see what pins support Capture and what resources are shared.

More details/examples to come later

3 Likes

And AdcChannel is now simply Adc

2 Likes

@Gus_Issa - will this also allow us to use the hardware timers as counters? You mention measuring frequencies, but what about just counting pulses that are not necessarily regularly spaced.

Yes and yes :slight_smile:

Great! In .NETMF we had to go in and set the STM32F427VGT6 registers to do that, on G-80 for example.

ok we are done and testing…

FTP
DigitalSignal (hardware, DMA, non blocking)
RegEx
… and more!!!

We hope for a preview release early next week

2 Likes