mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-21 04:32:09 +02:00
fix: Local Configuration
This commit is contained in:
@ -15,7 +15,12 @@ void AgSchedule::run(void) {
|
||||
|
||||
/**
|
||||
* @brief Set schedule period
|
||||
*
|
||||
*
|
||||
* @param period Period in ms
|
||||
*/
|
||||
void AgSchedule::setPeriod(int period) { this->period = period; }
|
||||
|
||||
/**
|
||||
* @brief Update period
|
||||
*/
|
||||
void AgSchedule::update(void) { count = millis(); }
|
||||
|
Reference in New Issue
Block a user