You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,3 +204,8 @@ The operation of this mode is outlined in the following diagram:
204
204
3) Loop mode is entered
205
205
4) Messages from the sensor are processed
206
206
5) When a navigation event message is identified, the message is parsed and the corresponding navigation event sent to the supplied ```on_navigation()``` callback function.
207
+
208
+
To further understand how to use Navigation mode, review the Navigaton examples provided with this library.
209
+
210
+
-[Navigation using I2C](examples/Example01_NavigationI2C/Example01_NavigationI2C.ino)
211
+
-[Navigatoin using Seria](examples/Example03_NavigationUART/Example03_NavigationUART.ino)
0 commit comments