File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -851,6 +851,7 @@ INPUT = ../include/arpa/inet.h \
851
851
../include/driver/dht.h \
852
852
../include/driver/ds18b20.h \
853
853
../include/driver/onewire.h \
854
+ ../include/gpslib.h \
854
855
../include/hw/adc.h \
855
856
../include/hw/bluetooth.h \
856
857
../include/hw/gpio.h \
Original file line number Diff line number Diff line change 1
- GPS
2
- ===
1
+ GPS Libaray
2
+ ===========
3
+
4
+ .. toctree ::
5
+ :maxdepth: 2
6
+
7
+ MT2503 SoC has on-chip GNSS module supports GPS + GLONASS, Galileo, Beidou
8
+ constellations. SIWISDK gps library does all the heavy lifting and make
9
+ it easy to use the full capabilities of GNSS module. Some features of gps
10
+ library are:
11
+
12
+ * Most accurate software odometer
13
+ * Motion detection based on GPS data
14
+ * No postion drift after vehicle stops
15
+ * Critical events based on user configuration:
16
+
17
+ 1. Harsh Acceleration
18
+ 2. Harsh Breaking
19
+ 3. Harsh turning/cornering
20
+ 4. Over speed
21
+
22
+ * Vehicle turn notification
23
+ * GPS status notification
3
24
4
25
API Reference
5
26
-------------
6
27
7
- .. .. include:: /inc/gpslib.inc
8
-
28
+ .. include :: /inc/gpslib.inc
You can’t perform that action at this time.
0 commit comments