We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e36bf commit 6dbf2e9Copy full SHA for 6dbf2e9
Raspberry.System/Timers/ITimer.cs
@@ -6,6 +6,9 @@
6
7
namespace Raspberry.Timers
8
{
9
+ /// <summary>
10
+ /// Provides an interface for a timer.
11
+ /// </summary>
12
public interface ITimer
13
14
#region Properties
Raspberry.System/Timers/StandardTimer.cs
+ /// Represents a timer.
public class StandardTimer : ITimer
#region Fields
0 commit comments