MCPcopy Create free account
hub / github.com/LemLib/LemLib / Timer

Method Timer

src/lemlib/timer.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using namespace lemlib;
5
6Timer::Timer(uint32_t time)
7 : period(time) {
8 lastTime = pros::millis();
9}
10
11uint32_t Timer::getTimeSet() {
12 const uint32_t time = pros::millis(); // get time from RTOS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected