Skip to content

Linter: Rules Updates [PC-914, MKC-11] #660

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 10, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The main sketch is as follows:

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Tone
https://www.arduino.cc/en/Tutorial/Tone

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Here's the main sketch:

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Tone4
https://www.arduino.cc/en/Tutorial/Tone4

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The sketch is as follows:

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Tone2
https://www.arduino.cc/en/Tutorial/Tone2

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The newly mapped sensor data is then output to the `analogOutPin` dimming or bri

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/AnalogInOutSerial
https://www.arduino.cc/en/Tutorial/AnalogInOutSerial

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This loop subtracts a point from the brightness variable, dimming the LED back d

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/AnalogWriteMega
https://www.arduino.cc/en/Tutorial/AnalogWriteMega

*/

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/03.analog/Fading/Fading.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In this example two loops are executed one after the other to increase and then

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Fading
https://www.arduino.cc/en/Tutorial/Fading

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Connect the 220 ohm current limiting resistor to digital pin 9, with an LED in s

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Dimmer
https://www.arduino.cc/en/Tutorial/Dimmer

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Many Arduino boards have a built-in LED connected to pin 13; if your board has n

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/PhysicalPixel
https://www.arduino.cc/en/Tutorial/PhysicalPixel

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Connect analog sensors to analog input pin 0 and 1 with 10K ohm resistors used a

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/SerialCallResponse
https://www.arduino.cc/en/Tutorial/SerialCallResponse

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The sensor values are sent from the Arduino to the computer as [ASCII-encoded de

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/VirtualColorMixer
https://www.arduino.cc/en/Tutorial/VirtualColorMixer

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Connect six LEDs, with 220 ohm resistors in series, to digital pins 2-7 on your

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Array
https://www.arduino.cc/en/Tutorial/Array

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To make this sketch work, your board must be connected to your computer. In the

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/SwitchCase2
https://www.arduino.cc/en/Tutorial/SwitchCase2

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Connect your analog sensor (e.g. potentiometer, light sensor) on analog input 2

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/WhileLoop
https://www.arduino.cc/en/Tutorial/WhileLoop

*/

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/06.sensors/ADXL3xx/ADXL3xx.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This solution allows the [breakout boards from Sparkfun](http://www.sparkfun.com

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/ADXL3xx
https://www.arduino.cc/en/Tutorial/ADXL3xx

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Open the Serial Monitor of the Arduino Software (IDE) to see the values read fro

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Memsic2125
https://www.arduino.cc/en/Tutorial/Memsic2125

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Open the serial monitor window of the Arduino Software (IDE) and type in a singl

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/CharacterAnalysis
https://www.arduino.cc/en/Tutorial/CharacterAnalysis

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Here's a working example of several different concatenation examples :

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringAdditionOperator
https://www.arduino.cc/en/Tutorial/StringAdditionOperator

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ There is no circuit for this example, though your board must be connected to you

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringLengthTrim
https://www.arduino.cc/en/Tutorial/StringLengthTrim

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ There is no circuit for this example, though your board must be connected to you

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringLengthTrim
https://www.arduino.cc/en/Tutorial/StringLengthTrim
*/

void setup() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you look for a position that's outside the range of the string,you'll get unp

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringStartsWithEndsWith
https://www.arduino.cc/en/Tutorial/StringStartsWithEndsWith
*/

void setup() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Connect your board to your computer with a micro-USB cable. The buttons are conn

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/ButtonMouseControl
https://www.arduino.cc/en/Tutorial/ButtonMouseControl

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ While the sketch is running, pressing the button will connect pin 2 to ground an

This example is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/KeyboardLogout
https://www.arduino.cc/en/Tutorial/KeyboardLogout

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Connect your board to the USB port, then push the button to connect D2 with GND

This example is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/KeyboardReprogram
https://www.arduino.cc/en/Tutorial/KeyboardReprogram

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Once programmed, open your serial monitor and send a byte. The board will reply

This example code is in the public domain.

http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/KeyboardSerial
https://www.arduino.cc/en/Tutorial/KeyboardSerial

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Sends out to MIDI the event to turn off the note of the specified pitch on the

This example code is in the public domain

http://arduino.cchttps://www.arduino.cc/en/Tutorial/AnalogToMidi
https://www.arduino.cc/en/Tutorial/AnalogToMidi

created by Arturo Guadalupi <a.guadalupi@arduino.cc>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Protocol: CAN bus
Communication: SPI
Integrated circuits:
Controller: Microchip MCP2515
Transceiver: NXP TJA1049
Transceiver: NXP® TJA1049
Buck converter: TPS54232
Power:
Operating voltage: 3.3V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The UNO Mini is a smaller version of the Arduino UNO - to celebrate a successful

| Ref. | Description | Ref. | Description |
| ----- | ------------------------------ | ----- | ------------------------------------- |
| J1 | USB C Connector | J7 | Ground |
| J1 | USB C® Connector | J7 | Ground |
| J2 | 6x Connector pin (female) | U1 | ATMEGA16U2 Module |
| J3 | 8x Connector pin (female) | U2 | ATMEGA328P Module |
| J4 | 8x Connector pin (female) | U5 | MPM3610AGQV-PIC StpDwn-CONV.21V 1.2A |
Expand Down
2 changes: 1 addition & 1 deletion content/hardware/02.hero/boards/uno-mini-le/tech-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Board:
Name: Arduino UNO Mini Limited Edition
SKU: ABX00062
Microcontroller: ATmega328P
USB connector: USB-C
USB connector: USB-C®
Pins:
Built-in LED Pin: 13
Digital I/O Pins: 14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ As an alternative, you may purchase the [Electret microphone amplifier - MAX4466

This example code is in the public domain

http://arduino.cchttps://www.arduino.cc/en/Tutorial/SimpleAudioFrequencyMeter
https://www.arduino.cc/en/Tutorial/SimpleAudioFrequencyMeter

created by Arturo Guadalupi <a.guadalupi@arduino.cc>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
Board:
Name: Arduino® Portenta H7 Lite Connected
SKU: ABX00046
Microcontroller: STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU
USB connector: USB-C
Pins:
Digital I/O Pins: 22
Analog input pins: 8
PWM pins: 10
Connectivity: Murata Type 1DX shielded ultra small Wi-Fi® 11b/g/n + Bluetooth® 5.1 module
Secure element: ATECC608
Communication:
UART: Yes
I2C: Yes
SPI: Yes
Power:
Circuit operating voltage: 3.3V
Input voltage (VIN): 5V
DC Current per I/O Pin: 8 mA
Clock speed:
Main core: 480 MHz
Second core: 240 MHz
Memory:
ST STM32H747XI: 2MB Flash, 1MB RAM
Dimensions:
Width: 25 mm
Board:
Name: Arduino® Portenta H7 Lite Connected
SKU: ABX00046
Microcontroller: STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU
USB connector: USB-C®
Pins:
Digital I/O Pins: 22
Analog input pins: 8
PWM pins: 10
Connectivity: Murata Type 1DX shielded ultra small Wi-Fi® 11b/g/n + Bluetooth® 5.1 module
Secure element: ATECC608
Communication:
UART: Yes
I2C: Yes
SPI: Yes
Power:
Circuit operating voltage: 3.3V
Input voltage (VIN): 5V
DC Current per I/O Pin: 8 mA
Clock speed:
Main core: 480 MHz
Second core: 240 MHz
Memory:
ST STM32H747XI: 2MB Flash, 1MB RAM
Dimensions:
Width: 25 mm
Length: 66 mm
52 changes: 26 additions & 26 deletions content/hardware/04.pro/boards/portenta-h7-lite/tech-specs.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
Board:
Name: Arduino® Portenta H7 Lite
SKU: ABX00045
Microcontroller: STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU
USB connector: USB-C
Pins:
Digital I/O Pins: 22
Analog input pins: 8
PWM pins: 10
Secure element: ATECC608
Communication:
UART: Yes
I2C: Yes
SPI: Yes
Power:
Circuit operating voltage: 3.3V
Input voltage (VIN): 5V
DC Current per I/O Pin: 8 mA
Clock speed:
Main core: 480 MHz
Second core: 240 MHz
Memory:
ST STM32H747XI: 2MB Flash, 1MB RAM
Dimensions:
Width: 25 mm
Length: 66 mm
Board:
Name: Arduino® Portenta H7 Lite
SKU: ABX00045
Microcontroller: STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU
USB connector: USB-C®
Pins:
Digital I/O Pins: 22
Analog input pins: 8
PWM pins: 10
Secure element: ATECC608
Communication:
UART: Yes
I2C: Yes
SPI: Yes
Power:
Circuit operating voltage: 3.3V
Input voltage (VIN): 5V
DC Current per I/O Pin: 8 mA
Clock speed:
Main core: 480 MHz
Second core: 240 MHz
Memory:
ST STM32H747XI: 2MB Flash, 1MB RAM
Dimensions:
Width: 25 mm
Length: 66 mm
Loading