Skip to content

Commit de32c12

Browse files
Linter
1 parent 03e2b64 commit de32c12

File tree

2 files changed

+3
-3
lines changed
  • content/hardware/11.accessories/modulino-nodes

2 files changed

+3
-3
lines changed

content/hardware/11.accessories/modulino-nodes/modulino-buzzer/tutorials/how-buzzer/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ sleep(1) # Wait for 1 second
231231
### Key Functions
232232

233233
- `tone(frequency, duration, blocking)`: Generates a tone with specified frequency and duration
234-
- `blocking=True`: Waits for tone to complete before continuing
235-
- `blocking=False`: Returns immediately while tone plays
234+
`blocking=True`: Waits for tone to complete before continuing
235+
`blocking=False`: Returns immediately while tone plays
236236

237237
### Advanced Example - Alarm System
238238

content/hardware/11.accessories/modulino-nodes/modulino-thermo/tutorials/how-general/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Some Modulinos support software-configurable I²C addresses, allowing multiple i
136136

137137
### For Arduino (Software-Configurable Modules)
138138

139-
An example sketch, `AddressChanger`, is included with the library inside the `Utilities` folder and available [here](https://github.com/arduino-libraries/Modulino/blob/main/examples/Utilities/AddressChanger/AddressChanger.ino).![](assets/adressChangeFile.png)
139+
An example sketch, `AddressChanger`, is included with the library inside the `Utilities` folder and available [here](https://github.com/arduino-libraries/Modulino/blob/main/examples/Utilities/AddressChanger/AddressChanger.ino).![Sketch Location](assets/adressChangeFile.png)
140140

141141
To change the address:
142142
1. Connect the module to your board (remove any other modules from the chain)

0 commit comments

Comments
 (0)