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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Migrating to v2.0 is easy. There are two small changes all users will need to ma
53
53
54
54
If you are using the Dead Reckoning Sensor Fusion or High Dynamic Rate messages, you will need to make more small changes to your code. Please see the [dead reckoning examples](./examples/Dead_Reckoning) for more details. There is more detail available in [Theory.md](./Theory.md#migrating-your-code-to-v20) if you need it.
55
55
56
-
## Max (400kHz) I2C Support
56
+
## Max (400kHz) I<sup>2</sup>C Support
57
57
58
58
To achieve 400kHz I2C speed please be sure to remove all pull-ups on the I2C bus. Most, if not all, u-blox modules include internal pull ups on the I2C lines (sometimes called DDC in their manuals). Cut all I2C pull up jumpers and/or remove them from peripheral boards. Otherwise, various data glitches can occur. See issues [38](https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/issues/38) and [40](https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/issues/40) for more information. If possible, run the I2C bus at 100kHz.
59
59
@@ -63,21 +63,21 @@ If you would like to contribute to this library: please do, we truly appreciate
63
63
64
64
## Repository Contents
65
65
66
-
***/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE.
67
-
***/src** - Source files for the library (.cpp, .h).
68
-
***[keywords.txt](./keywords.txt)** - Keywords from this library that will be highlighted in the Arduino IDE.
69
-
***[library.properties](./library.properties)** - General library properties for the Arduino package manager.
70
-
***[CONTRIBUTING.md](./CONTRIBUTING.md)** - Guidelines on how to contribute to this library.
71
-
***[Theory.md](./Theory.md)** - provides detail on how data is processed by the library.
72
-
***/Utils** - contains a Python utility which can check the contents of UBX log files.
66
+
*[**/examples**](./examples) - Example sketches for the library (.ino). Run these from the Arduino IDE.
67
+
*[**/src**](./src) - Source files for the library (.cpp, .h).
68
+
*[**keywords.txt**](./keywords.txt) - Keywords from this library that will be highlighted in the Arduino IDE.
69
+
*[**library.properties**](./library.properties) - General library properties for the Arduino package manager.
70
+
*[**CONTRIBUTING.md**](./CONTRIBUTING.md) - Guidelines on how to contribute to this library.
71
+
*[**Theory.md**](./Theory.md) - provides detail on how data is processed by the library.
72
+
*[**/Utils**](./Utils) - contains a Python utility which can check the contents of UBX log files.
73
73
74
74
## Documentation
75
75
76
-
***[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
76
+
*[**Installing an Arduino Library Guide**](https://learn.sparkfun.com/tutorials/installing-an-arduino-library) - Basic information on how to install an Arduino library.
77
77
78
78
## Theory
79
79
80
-
If you would like to learn more about how this library works, including the big changes we made in version 2.0, please see **[Theory.md](./Theory.md)** for full details.
80
+
If you would like to learn more about how this library works, including the big changes we made in version 2.0, please see [**Theory.md**](./Theory.md) for full details.
0 commit comments