Skip to content

Commit

Permalink
remove doc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ctacke committed Mar 5, 2024
1 parent ba975d9 commit 0c37c90
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ namespace Meadow.Foundation.Sensors.Hid
/// </summary>
public partial class Xpt2046 : ICalibratableTouchscreen
{
/// <inheritdoc/>
public event TouchEventHandler? TouchDown = null;
/// <inheritdoc/>
public event TouchEventHandler? TouchUp = null;
/// <inheritdoc/>
public event TouchEventHandler? TouchClick = null;
/// <inheritdoc/>
public event TouchEventHandler? TouchMoved = null;

private const int SamplePeriodMilliseconds = 100;
Expand Down

0 comments on commit 0c37c90

Please sign in to comment.