Skip to content

Commit ba36ee3

Browse files
committedAug 20, 2023
Lint
1 parent 1429ae6 commit ba36ee3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 
File renamed without changes.

‎avr/extras/ATtiny85_doc/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ Follow those steps for use the Arduino as ISP:
1010
- Open your ATtiny85 program and select:
1111
* "tools" --> "board" --> "ATtiny"
1212
* "tools" --> "processor" --> "ATtiny85"
13-
* "tools" --> "programmer" --> "Arduino as ISP(ATtinycore)"
13+
* "tools" --> "programmer" --> "Arduino as ISP"
1414

1515
**IF** it's the **first time** you use the ATtiny OR you want to **change the frequency** (Mhz) OR **BOD settings**, you must burn the bootloader:
16-
- "tools" --> Burn Bootloader
16+
- "tools" --> Burn Bootloader
1717

1818
Now you can upload your sketch.
1919

2020

21-
### The 0,1 uF capacitor
21+
## The 0.1 uF capacitor
2222
All ATTiny chips (as well as the vast majority of digital integrated circuits) require a 0.1uF ceramic capacitor between Vcc and Gnd for decoupling; this should be located as close to the chip as possible (minimize length of wires to cap). Devices with multiple Vcc pins, or an AVcc pin, should use a cap on those pins too. Do not be fooled by poorly written tutorials or guides that omit these.
2323

24-
### The 10 uF capacitor
25-
The capacitor prevents the Arduino board from resetting (which starts the bootloader), thus ensuring that the Arduino IDE talks to the ArduinoISP (not the bootloader) during the upload of sketches.
24+
## The 10 uF capacitor
25+
The capacitor prevents the Arduino board from resetting (which starts the bootloader), thus ensuring that the Arduino IDE talks to the ArduinoISP (not the bootloader) during the upload of sketches. 4.7uF will also work, and may be preferred if the larger capacitor causes your USB hub to reset (which it will on many of the low quality USB hubs on the market).

0 commit comments

Comments
 (0)
Please sign in to comment.