Skip to content

Commit

Permalink
normalize all the things
Browse files Browse the repository at this point in the history
fix comparisons, formatting, naming, typos, etc.
  • Loading branch information
engunneer committed May 26, 2024
1 parent 996abda commit 7198845
Show file tree
Hide file tree
Showing 70 changed files with 11,883 additions and 12,056 deletions.
717 changes: 358 additions & 359 deletions Source/Meadow.Units/AbsoluteHumidity.cs

Large diffs are not rendered by default.

779 changes: 385 additions & 394 deletions Source/Meadow.Units/Acceleration.cs

Large diffs are not rendered by default.

413 changes: 209 additions & 204 deletions Source/Meadow.Units/Acceleration3D.cs

Large diffs are not rendered by default.

129 changes: 60 additions & 69 deletions Source/Meadow.Units/Angle.cs

Large diffs are not rendered by default.

706 changes: 349 additions & 357 deletions Source/Meadow.Units/AngularAcceleration.cs

Large diffs are not rendered by default.

406 changes: 203 additions & 203 deletions Source/Meadow.Units/AngularAcceleration3D.cs

Large diffs are not rendered by default.

102 changes: 53 additions & 49 deletions Source/Meadow.Units/AngularVelocity.cs

Large diffs are not rendered by default.

404 changes: 203 additions & 201 deletions Source/Meadow.Units/AngularVelocity3D.cs

Large diffs are not rendered by default.

694 changes: 348 additions & 346 deletions Source/Meadow.Units/ApparentPower.cs

Large diffs are not rendered by default.

745 changes: 370 additions & 375 deletions Source/Meadow.Units/Azimuth.cs

Large diffs are not rendered by default.

139 changes: 69 additions & 70 deletions Source/Meadow.Units/Azimuth16PointCardinalNames.cs
Original file line number Diff line number Diff line change
@@ -1,73 +1,72 @@
namespace Meadow.Units
namespace Meadow.Units;

/// <summary>
/// Cardinal compass directions
/// </summary>
public enum Azimuth16PointCardinalNames
{
/// <summary>
/// Cardinal compass directions
/// </summary>
public enum Azimuth16PointCardinalNames
{
/// <summary>
/// North
/// </summary>
N,
/// <summary>
/// North by northeast
/// </summary>
NNE,
/// <summary>
/// Northeast
/// </summary>
NE,
/// <summary>
/// East by northeast
/// </summary>
ENE,
/// <summary>
/// East
/// </summary>
E,
/// <summary>
/// East by southeast
/// </summary>
ESE,
/// <summary>
/// Southeast
/// </summary>
SE,
/// <summary>
/// South by southeast
/// </summary>
SSE,
/// <summary>
/// South
/// </summary>
S,
/// <summary>
/// South by southwest
/// </summary>
SSW,
/// <summary>
/// Southwest
/// </summary>
SW,
/// <summary>
/// West by southwest
/// </summary>
WSW,
/// <summary>
/// West
/// </summary>
W,
/// <summary>
/// West by northwest
/// </summary>
WNW,
/// <summary>
/// Northwest
/// </summary>
NW,
/// <summary>
/// North by northwest
/// </summary>
NNW
}
/// North
/// </summary>
N,
/// <summary>
/// North by northeast
/// </summary>
NNE,
/// <summary>
/// Northeast
/// </summary>
NE,
/// <summary>
/// East by northeast
/// </summary>
ENE,
/// <summary>
/// East
/// </summary>
E,
/// <summary>
/// East by southeast
/// </summary>
ESE,
/// <summary>
/// Southeast
/// </summary>
SE,
/// <summary>
/// South by southeast
/// </summary>
SSE,
/// <summary>
/// South
/// </summary>
S,
/// <summary>
/// South by southwest
/// </summary>
SSW,
/// <summary>
/// Southwest
/// </summary>
SW,
/// <summary>
/// West by southwest
/// </summary>
WSW,
/// <summary>
/// West
/// </summary>
W,
/// <summary>
/// West by northwest
/// </summary>
WNW,
/// <summary>
/// Northwest
/// </summary>
NW,
/// <summary>
/// North by northwest
/// </summary>
NNW
}
Loading

0 comments on commit 7198845

Please sign in to comment.