Search found 2 matches

by Bartelime
Sat Jul 30, 2022 8:04 pm
Forum: Programs, Libraries and Tools
Topic: Hardware Counter support
Replies: 2
Views: 1649

Re: Hardware Counter support

Hi Roberthh

You are just great! Thanks for your fast response. That helps me a lot. So I will not loose more time in this documented Counter Module.
I will go with the irq variant, like you suggested.

Have a goog time

Regards from Switzerland
Bartelime
by Bartelime
Sat Jul 30, 2022 8:36 am
Forum: Programs, Libraries and Tools
Topic: Hardware Counter support
Replies: 2
Views: 1649

Hardware Counter support

Hi all The latest doc from the micropython shows the Counter Support for esp32. https://micropython-tve.readthedocs.io/en/counter/library/machine.Counter.html Unfortunately I get an error importing the Counter module. (from machine import Counter) I have installed latest esp firmware (1.19.1). I can...