Richard Carnibella

Results 2 issues of Richard Carnibella

v4.4.0 Using MILLIS, returned interval is divided by 1000 Using MICROS, returned interval is 1000 times too high Ticker.cpp, line 96: ``` uint32_t Ticker::interval() { if (resolution == MILLIS) return...

I am using cpp and CMake tools, trying to keep everything as default as possible, but have run into an issue with my project when running Code Analysis. I get...

Language Service
investigate
verified
Feature: Code Analysis