mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 13:32:04 +08:00
dd778596b7
date: 2025-03-15T21:10:51 master commit: fb7b9c0f9420d228f03362970ebcfb7237095cf3
8 lines
180 B
C
8 lines
180 B
C
#pragma once
|
|
|
|
#define CLOCK_SOURCE_PERIOD_MS 50U
|
|
#define CLOCK_SOURCE_PULSE_LEN_MS 2U
|
|
|
|
void clock_source_set_period(uint8_t period);
|
|
void clock_source_init(void);
|