Skip to content

Commit 93449e4

Browse files
committed
Minor documentation update, try #2
1 parent a2f0930 commit 93449e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ DC Current per I/O Pin | 7 mA | 7 mA
6363

6464
## Special Notes
6565

66-
* ** Boards Manager must be opened twice to see some updates **
66+
* **Boards Manager must be opened twice to see some updates**
6767

68-
* ** Errors when compiling, uploading, or burning the bootloader **
68+
* **Errors when compiling, uploading, or burning the bootloader**
6969
* Be sure to install the Arduino samd core before installing the MattairTech samd core. If you have problems upgrading
7070
the IDE to 1.6.6, you may need to uninstall both the Arduino and MattairTech cores, then re-install in the proper order.
7171
Use Arduino core 1.6.2 or above.
7272

73-
* ** Tools->Communications menu **
73+
* **Tools->Communications menu**
7474
* Currently, the Tools->Communications menu must be used to select the communications configuration. This configuration
7575
must match the included libraries. For example, when including the HID and Keyboard libraries, you must select an
7676
option that includes HID (ie: CDC_HID_UART). This menu is currently needed to select the USB PID that matches the
@@ -79,10 +79,10 @@ DC Current per I/O Pin | 7 mA | 7 mA
7979
* Be sure that the Tools->Communications menu matches the sketch and libraries you are compiling.
8080
* Different combinations of USB devices will result in different COM port assingments in Windows.
8181

82-
* ** Incude platform specific libraries **
82+
* **Incude platform specific libraries**
8383
* You may need to manually include platform specific libraries such as SPI.h, Wire.h, and HID.h.
8484

85-
* ** Differences from Arduino in versioning **
85+
* **Differences from Arduino in versioning**
8686
* The MattairTech ArduinoCore-samd version currently tracks the IDE version. In some cases, it may indicate the
8787
minimum IDE version. This is the case for both 1.6.5-mtX and 1.6.6-mtX (which corresponds to SAMD CORE 1.6.2).
8888
1.6.6-mt1 corresponds to Arduino SAMD CORE 1.6.2 plus some pull requests.
@@ -153,7 +153,7 @@ BTN/SS 15(INT1) 15 15(ADC7) | A15 RST |
153153
* Each pin can source or sink a maximum of 7 mA (when PER_ATTR_DRIVE_STRONG is set for the pin).
154154
* Internal pull-up and pull-down resistors of 20-60 Kohms (40Kohm typ., disconnected by default).
155155
* Use the pinMode(), digitalWrite(), and digitalRead() functions.
156-
* **Analog Inputs: 10 pins can be configured as ADC analog inputs.**
156+
* **Analog Inputs: 10 pins can be configured as ADC analog inputs.**
157157
* These are available using the analogRead() function.
158158
* All pins can be used for GPIO and some pins can be used for other digital functions (ie. pwm or serial).
159159
* Each pin provides 10 bits of resolution (1024 values) by default.

0 commit comments

Comments
 (0)