Skip to content

Commit 4e8bb06

Browse files
committed
fix link
1 parent 640480c commit 4e8bb06

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/joshua1024/library/byte-sized-encoder-decoder.svg)](https://registry.platformio.org/libraries/joshua1024/byte-sized-encoder-decoder)
44
[![arduino-library-badge](https://www.ardu-badge.com/badge/byte-sized-encoder-decoder.svg?)](https://www.ardu-badge.com/byte-sized-encoder-decoder)
5-
[![Arduino Lint](https://github.com/RCMgames/BSCD/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RCMgames/BSCD/actions/workflows/arduino-lint.yml)
6-
[![doxygen](https://github.com/RCMgames/BSCD/actions/workflows/doxygen.yml/badge.svg)](https://github.com/RCMgames/BSCD/actions/workflows/doxygen.yml)
5+
[![Arduino Lint](https://github.com/RCMgames/BSED/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RCMgames/BSED/actions/workflows/arduino-lint.yml)
6+
[![doxygen](https://github.com/RCMgames/BSED/actions/workflows/doxygen.yml/badge.svg)](https://github.com/RCMgames/BSED/actions/workflows/doxygen.yml)
77

88
Reads 8 quadrature encoders and communicates over I2C.
99

10-
https://github.com/RCMgames/BSCD
10+
https://github.com/RCMgames/BSED
1111

1212
* Reads 8 quadrature encoders
1313
* 1.0x0.85 inches
@@ -17,9 +17,9 @@ https://github.com/RCMgames/BSCD
1717

1818
### links
1919
(this repository contains an Arduino library, firmware for the board, and hardware for the board)
20-
* [Documentation for Library](https://rcmgames.github.io/BSCD/class_byte_sized_encoder_decoder.html)
21-
* [Hardware](https://github.com/RCMgames/BSCD/tree/main/extras/hardware)
22-
* [Firmware](https://github.com/RCMgames/BSCD/tree/main/extras/firmware)
20+
* [Documentation for Library](https://rcmgames.github.io/BSED/class_byte_sized_encoder_decoder.html)
21+
* [Hardware](https://github.com/RCMgames/BSED/tree/main/extras/hardware)
22+
* [Firmware](https://github.com/RCMgames/BSED/tree/main/extras/firmware)
2323

2424
![front](https://github.com/RCMgames/BSED/blob/fd907d3367903d2f684a02541658e857a268ef72/extras/hardware/photos/P1039300.JPG)
2525
![back](https://github.com/RCMgames/BSED/blob/fd907d3367903d2f684a02541658e857a268ef72/extras/hardware/photos/P1039304.JPG)

examples/example/example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <Wire.h>
33
#include <byte-sized-encoder-decoder.h>
44
/*
5-
https://github.com/RCMgames/BSCD
5+
https://github.com/RCMgames/BSED
66
*/
77
ByteSizedEncoderDecoder bsed = ByteSizedEncoderDecoder(&Wire1, 14);
88
void setup()

extras/hardware/ByteSizedEncoderDecoder.kicad_pcb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
(mirror false)
8787
(drillshape 0)
8888
(scaleselection 1)
89-
(outputdirectory "gerbers/gerbers - BSCD - v1.0/")
89+
(outputdirectory "gerbers/gerbers - BSED - v1.0/")
9090
)
9191
)
9292

extras/hardware/ByteSizedEncoderDecoder.kicad_sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
(title_block
88
(rev "v1.0")
9-
(company "github.com/RCMgames/BSCD")
9+
(company "github.com/RCMgames/BSED")
1010
)
1111
1212
(lib_symbols

0 commit comments

Comments
 (0)