Skip to content

Commit fa01a17

Browse files
authored
Merge pull request #13 from Zoobdude/main
Update reference.md
2 parents ebeaf7d + 89a721f commit fa01a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Badger 2040 W includes a PCF85063A real-time clock, which can wake Badger up fro
5353

5454
## Getting Started
5555

56-
:info: If you're using a Badger 2040 W you should first populate `WIFI_CONFIG.py` with your WiFi details.
56+
:information_source: If you're using a Badger 2040 W you should first populate `WIFI_CONFIG.py` with your WiFi details.
5757

5858
To start coding your Badger 2040, you will need to add the following lines of code to the start of your code file.
5959

@@ -279,4 +279,4 @@ On USB, the system will not run slower than 48MHz, as that is the minimum clock
279279

280280
It is best to set the clock speed as the first thing in your program, and you must not change it after initializing any drivers for any I2C hardware connected to the Qwiic port. To allow you to set the speed at the top of your program, this method is on the `badger2040` module, rather than the `badger` instance, although we have made sure that it is safe to call it after creating a `badger` instance.
281281

282-
:info: Note that `SYSTEM_TURBO` overclocks the RP2040 to 250MHz, and applies a small over voltage to ensure this is stable. We've found that every RP2040 we've tested is happy to run at this speed without any issues.
282+
:information_source: Note that `SYSTEM_TURBO` overclocks the RP2040 to 250MHz, and applies a small over voltage to ensure this is stable. We've found that every RP2040 we've tested is happy to run at this speed without any issues.

0 commit comments

Comments
 (0)