Skip to content

Commit 61c7e4c

Browse files
authored
Update README.md
1 parent d3840ef commit 61c7e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BC759x series 7-segment LED display driver + keyboard interface chip provides a
66

77
- BC7595 -- 48 segments (six 7-segment numeric displays with decimal points) + 48-key keyboard matrix chip, datasheets: (English , [简体中文](./extras/docs/bc7595.pdf))
88

9-
- BC7591 -- 256 segments (32 7-segment numeric displays with decimal points) + 96-key keyboard matrix chip, datasheets: ([English](./extras/docs/bc7591_en.pdf_) , [简体中文](./extras/docs/bc7591.pdf))
9+
- BC7591 -- 256 segments (32 7-segment numeric displays with decimal points) + 96-key keyboard matrix chip, datasheets: ([English](./extras/docs/bc7591_en.pdf) , [简体中文](./extras/docs/bc7591.pdf))
1010

1111
This driver library is compatible with all Arduino devices, and can be used with both hardware serial ports and software serial ports.
1212
Each instruction of the BC759x consists of 2 bytes, the first byte is the instruction and the second byte is the data. The driver library provides a basic function, sendCmd(), which can be used to send arbitrary instructions to the BC759x. At the same time, the driver library provides several upper-layer functions that wrap several of the most commonly used functions in use. The upper-layer functions are as follows.

0 commit comments

Comments
 (0)