@@ -63,14 +63,14 @@ DC Current per I/O Pin | 7 mA | 7 mA
63
63
64
64
## Special Notes
65
65
66
- * ** Boards Manager must be opened twice to see some updates **
66
+ * ** Boards Manager must be opened twice to see some updates**
67
67
68
- * ** Errors when compiling, uploading, or burning the bootloader **
68
+ * ** Errors when compiling, uploading, or burning the bootloader**
69
69
* Be sure to install the Arduino samd core before installing the MattairTech samd core. If you have problems upgrading
70
70
the IDE to 1.6.6, you may need to uninstall both the Arduino and MattairTech cores, then re-install in the proper order.
71
71
Use Arduino core 1.6.2 or above.
72
72
73
- * ** Tools->Communications menu **
73
+ * ** Tools->Communications menu**
74
74
* Currently, the Tools->Communications menu must be used to select the communications configuration. This configuration
75
75
must match the included libraries. For example, when including the HID and Keyboard libraries, you must select an
76
76
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
79
79
* Be sure that the Tools->Communications menu matches the sketch and libraries you are compiling.
80
80
* Different combinations of USB devices will result in different COM port assingments in Windows.
81
81
82
- * ** Incude platform specific libraries **
82
+ * ** Incude platform specific libraries**
83
83
* You may need to manually include platform specific libraries such as SPI.h, Wire.h, and HID.h.
84
84
85
- * ** Differences from Arduino in versioning **
85
+ * ** Differences from Arduino in versioning**
86
86
* The MattairTech ArduinoCore-samd version currently tracks the IDE version. In some cases, it may indicate the
87
87
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).
88
88
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 |
153
153
* Each pin can source or sink a maximum of 7 mA (when PER_ATTR_DRIVE_STRONG is set for the pin).
154
154
* Internal pull-up and pull-down resistors of 20-60 Kohms (40Kohm typ., disconnected by default).
155
155
* 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.**
157
157
* These are available using the analogRead() function.
158
158
* All pins can be used for GPIO and some pins can be used for other digital functions (ie. pwm or serial).
159
159
* Each pin provides 10 bits of resolution (1024 values) by default.
0 commit comments