Search found 5 matches
- Wed Oct 02, 2024 6:06 am
- Forum: General Discussion
- Topic: Undefined references to WiFi classes at link-time
- Replies: 2
- Views: 921
Re: Undefined references to WiFi classes at link-time
Hi. It can do both.
- Tue Oct 01, 2024 11:06 am
- Forum: General Discussion
- Topic: Undefined references to WiFi classes at link-time
- Replies: 2
- Views: 921
Undefined references to WiFi classes at link-time
I am building an embedded swift application with interoperability to Arduino ESP32 libraries. I am fairly sure this problem relates to how I am building the library and not the swift bit! It runs with a (heavily) modified CMakeLists.txt, so it may be that I have messed something up here. If I use `W...
- Thu Sep 19, 2024 8:56 am
- Forum: General Discussion
- Topic: What is the most accurate way of determining the time between two interrupt events?
- Replies: 3
- Views: 1082
Re: What is the most accurate way of determining the time between two interrupt events?
This works really well and is extremely fast. Thank you again.
- Tue Sep 17, 2024 7:50 pm
- Forum: General Discussion
- Topic: What is the most accurate way of determining the time between two interrupt events?
- Replies: 3
- Views: 1082
Re: What is the most accurate way of determining the time between two interrupt events?
Thank you, I will try this.
- Mon Sep 16, 2024 9:52 pm
- Forum: General Discussion
- Topic: What is the most accurate way of determining the time between two interrupt events?
- Replies: 3
- Views: 1082
What is the most accurate way of determining the time between two interrupt events?
I am new to ESP32s. I have an application that generates two interrupts on separate GPIO lines. Accessing timestamps for real time seems to be an integer. Would using this in conjunction with a CPU clock tick count be the most accurate way of measuring the interval? Or is there a better way?