Skip to content

Commit bf0017c

Browse files
authored
Fix typos in ht16k33_i2c README (#366)
1 parent 9a82398 commit bf0017c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

i2c/ht16k33_i2c/README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Attaching a 4 digit 14 segment LED driven by the HT15k33 via I2C
1+
= Attaching a 4 digit 14 segment LED driven by the HT16k33 via I2C
22

33
This example code shows how to interface the Raspberry Pi Pico to one HT16K33 driven 4 digit 14 segment LED. The device used for development
44
uses VCC at 5v, but also allows the I2C voltage to be selected by connecting the vi2c pin to the appropriate voltage, in the Pico case 3v3 as the
@@ -23,17 +23,17 @@ Connections on Raspberry Pi Pico board, other boards may vary.
2323
== List of Files
2424

2525
CMakeLists.txt:: CMake file to incorporate the example in to the examples build tree.
26-
ht15k33_i2c.c:: The example code.
26+
ht16k33_i2c.c:: The example code.
2727

2828
== Bill of Materials
2929

3030
.A list of materials required for the example
31-
[[ht15k33_i2c-bom-table]]
31+
[[ht16k33_i2c-bom-table]]
3232
[cols=3]
3333
|===
3434
| *Item* | *Quantity* | Details
3535
| Breadboard | 1 | generic part
3636
| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/
37-
| ht16k33 based LCD panel | 1 | generic part
37+
| ht16k33 based LED panel | 1 | generic part
3838
| M/M Jumper wires | 5 | generic part
3939
|===

0 commit comments

Comments
 (0)