-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New driver neo m8 #480
New driver neo m8 #480
Conversation
# Conflicts: # Source/Meadow.Foundation.Peripherals/Sensors.Gnss.Mt3339/Driver/Mt3339.cs # Source/Meadow.Foundation.sln
public class NmeaEventArgs | ||
{ | ||
/// <summary> | ||
/// The NMEA sentance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sentence
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch - I'll do a quick global search for that typo
namespace Meadow.Foundation.Sensors.Gnss | ||
{ | ||
/// <summary> | ||
/// NMEA Event args - holds an NMEA sentance as a string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sentence
No description provided.